diff --git a/CHANGELOG.md b/CHANGELOG.md index 97d7fd1..6532eb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 9adc30d..690a9a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "microservices-webpack-plugin", - "version": "2.0.4", + "version": "2.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bce590b..a7dcf8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "microservices-webpack-plugin", - "version": "2.0.4", + "version": "2.0.5", "description": "", "main": "lib/index.js", "repository": {