Skip to content

Commit

Permalink
chore(release): 2.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.1](v2.1.0...v2.1.1) (2020-02-12)

### Bug Fixes

* **createConfig:** using process.cwd() instead of __dirname ([8390378](8390378))
  • Loading branch information
semantic-release-bot committed Feb 12, 2020
1 parent 181b93c commit d519ca9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.1.1](https://github.com/rollup-umd/documentation/compare/v2.1.0...v2.1.1) (2020-02-12)


### Bug Fixes

* **createConfig:** using process.cwd() instead of __dirname ([8390378](https://github.com/rollup-umd/documentation/commit/8390378285bed7944f7df54bfe0ca110ab623a92))

# [2.1.0](https://github.com/rollup-umd/documentation/compare/v2.0.13...v2.1.0) (2020-02-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rollup-umd/documentation",
"version": "2.1.0",
"version": "2.1.1",
"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",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit d519ca9

Please sign in to comment.