Skip to content

Commit 3c8e782

Browse files
chore(release): 1.3.8 [skip ci]
## [1.3.8](v1.3.7...v1.3.8) (2019-02-03) ### Bug Fixes * **createConfig:** fixed a case when dependencies or devDependencies does not exist in package.json, the createConfig was crashing ([6230ec2](6230ec2))
1 parent 8e3cd5c commit 3c8e782

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.8](https://github.com/rollup-umd/documentation/compare/v1.3.7...v1.3.8) (2019-02-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **createConfig:** fixed a case when dependencies or devDependencies does not exist in package.json, the createConfig was crashing ([6230ec2](https://github.com/rollup-umd/documentation/commit/6230ec2))
7+
18
## [1.3.7](https://github.com/rollup-umd/documentation/compare/v1.3.6...v1.3.7) (2019-02-02)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rollup-umd/documentation",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
44
"description": "Extension for react-styleguidist, Featured generated react-documentation, generated jsdom documentation, default react-styleguidist configuration, layout package with auto-configuration, internals layouts, configured CI",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)