Skip to content

Commit

Permalink
Docs: Release 2.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.4](v2.0.3...v2.0.4) (2019-06-26)

### Fix

* Lazy loaded chunk has appended define externals on the begining (#25) ([8f99c4d](8f99c4d)), closes [#25](#25)
  • Loading branch information
semantic-release-bot committed Jun 26, 2019
1 parent 8f99c4d commit 44d952d
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.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)


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.3",
"version": "2.0.4",
"description": "",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit 44d952d

Please sign in to comment.