diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a3cb66..97d7fd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.4](https://github.com/morriq/microservices-webpack-plugin/compare/v2.0.3...v2.0.4) (2019-06-26) + + +### Fix + +* Lazy loaded chunk has appended define externals on the begining (#25) ([8f99c4dbaf4b3a433ff9f2b8d28486b2c9dc5307](https://github.com/morriq/microservices-webpack-plugin/commit/8f99c4dbaf4b3a433ff9f2b8d28486b2c9dc5307)), closes [#25](https://github.com/morriq/microservices-webpack-plugin/issues/25) + ## [2.0.3](https://github.com/morriq/microservices-webpack-plugin/compare/v2.0.2...v2.0.3) (2019-05-28) diff --git a/package-lock.json b/package-lock.json index bfa30f4..1a2a227 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "microservices-webpack-plugin", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 26a65c7..c5241c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "microservices-webpack-plugin", - "version": "2.0.3", + "version": "2.0.4", "description": "", "main": "lib/index.js", "repository": {