Skip to content

Commit d519ca9

Browse files
chore(release): 2.1.1 [skip ci]
## [2.1.1](v2.1.0...v2.1.1) (2020-02-12) ### Bug Fixes * **createConfig:** using process.cwd() instead of __dirname ([8390378](8390378))
1 parent 181b93c commit d519ca9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.1](https://github.com/rollup-umd/documentation/compare/v2.1.0...v2.1.1) (2020-02-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **createConfig:** using process.cwd() instead of __dirname ([8390378](https://github.com/rollup-umd/documentation/commit/8390378285bed7944f7df54bfe0ca110ab623a92))
7+
18
# [2.1.0](https://github.com/rollup-umd/documentation/compare/v2.0.13...v2.1.0) (2020-02-12)
29

310

package.json

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

0 commit comments

Comments
 (0)