Skip to content

Commit

Permalink
Docs: Release 2.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.5](v2.0.4...v2.0.5) (2019-07-02)

### Fix

* Detecting version relays on the node_modules from process.cwd() (#27) ([7e09c2f](7e09c2f)), closes [#27](#27)
  • Loading branch information
semantic-release-bot committed Jul 2, 2019
1 parent 7e09c2f commit fc02b74
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.5](https://github.com/morriq/microservices-webpack-plugin/compare/v2.0.4...v2.0.5) (2019-07-02)


### Fix

* Detecting version relays on the node_modules from process.cwd() (#27) ([7e09c2f790a26703157055a1a19567c6afddf411](https://github.com/morriq/microservices-webpack-plugin/commit/7e09c2f790a26703157055a1a19567c6afddf411)), closes [#27](https://github.com/morriq/microservices-webpack-plugin/issues/27)

## [2.0.4](https://github.com/morriq/microservices-webpack-plugin/compare/v2.0.3...v2.0.4) (2019-06-26)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "microservices-webpack-plugin",
"version": "2.0.4",
"version": "2.0.5",
"description": "",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit fc02b74

Please sign in to comment.