Skip to content

Commit 41bed84

Browse files
Docs: Release 2.1.1 [skip ci]
## [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)
1 parent d75acb5 commit 41bed84

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.1](https://github.com/morriq/microservices-webpack-plugin/compare/v2.1.0...v2.1.1) (2019-12-18)
2+
3+
4+
### Fix
5+
6+
* 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)
7+
18
# [2.1.0](https://github.com/morriq/microservices-webpack-plugin/compare/v2.0.5...v2.1.0) (2019-12-18)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "microservices-webpack-plugin",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)