diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d013d3e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +## [2.0.1](https://github.com/morriq/microservices-webpack-plugin/compare/v2.0.0...v2.0.1) (2019-04-28) + + +### Build + +* Semantic release (#16) ([73ce3c5d14cdb81b0a3de78cf942d49a61bec1eb](https://github.com/morriq/microservices-webpack-plugin/commit/73ce3c5d14cdb81b0a3de78cf942d49a61bec1eb)), closes [#16](https://github.com/morriq/microservices-webpack-plugin/issues/16) + +### Fix + +* Missing comma in releaserc ([497c7346db552bae691bce63678105b867478432](https://github.com/morriq/microservices-webpack-plugin/commit/497c7346db552bae691bce63678105b867478432)) diff --git a/package-lock.json b/package-lock.json index 83ca3d6..2ae0a52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "testn21", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 07374a4..98e4389 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "microservices-webpack-plugin", - "version": "2.0.0", + "version": "2.0.1", "description": "", "main": "index.js", "repository": {