Skip to content

Commit

Permalink
Docs: Release 2.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.2](v2.0.1...v2.0.2) (2019-05-27)

### Fix

* Compatybility to es5 ([1e5c07b](1e5c07b))
* Missing dependency for webpack ([46ed388](46ed388))

### Upgrade

* Resolve audit npm ([1679026](1679026))
  • Loading branch information
semantic-release-bot committed May 27, 2019
1 parent 7e91287 commit b1bfc4f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [2.0.2](https://github.com/morriq/microservices-webpack-plugin/compare/v2.0.1...v2.0.2) (2019-05-27)


### Fix

* Compatybility to es5 ([1e5c07bf2c41a76f6e79daa484e6b812b47a8a3e](https://github.com/morriq/microservices-webpack-plugin/commit/1e5c07bf2c41a76f6e79daa484e6b812b47a8a3e))
* Missing dependency for webpack ([46ed3885546d8ce5bce07b94860f4e846ad83807](https://github.com/morriq/microservices-webpack-plugin/commit/46ed3885546d8ce5bce07b94860f4e846ad83807))

### Upgrade

* Resolve audit npm ([1679026c4f3e048326bafd2b8d32d3acc13afa90](https://github.com/morriq/microservices-webpack-plugin/commit/1679026c4f3e048326bafd2b8d32d3acc13afa90))

## [2.0.1](https://github.com/morriq/microservices-webpack-plugin/compare/v2.0.0...v2.0.1) (2019-04-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.1",
"version": "2.0.2",
"description": "",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit b1bfc4f

Please sign in to comment.