diff --git a/CHANGELOG.md b/CHANGELOG.md index ab61453..5ba28c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index eefbb95..c7016f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "microservices-webpack-plugin", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 219dd16..8ca2ee0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "microservices-webpack-plugin", - "version": "2.1.0", + "version": "2.1.1", "description": "", "main": "lib/index.js", "repository": {