Skip to content

Commit

Permalink
Docs: 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) (2019-12-18)

### Fix

* Stop making assumption that bundle might start with 'define(' (#31) ([d75acb5](d75acb5)), closes [#31](#31)
  • Loading branch information
semantic-release-bot committed Dec 18, 2019
1 parent d75acb5 commit 41bed84
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.1.1](https://github.com/morriq/microservices-webpack-plugin/compare/v2.1.0...v2.1.1) (2019-12-18)


### Fix

* Stop making assumption that bundle might start with 'define(' (#31) ([d75acb51b7ffc8769ab0f785b1bc5ce4c1fa134a](https://github.com/morriq/microservices-webpack-plugin/commit/d75acb51b7ffc8769ab0f785b1bc5ce4c1fa134a)), closes [#31](https://github.com/morriq/microservices-webpack-plugin/issues/31)

# [2.1.0](https://github.com/morriq/microservices-webpack-plugin/compare/v2.0.5...v2.1.0) (2019-12-18)


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

0 comments on commit 41bed84

Please sign in to comment.