Skip to content

Commit f0ad978

Browse files
Docs: Release 2.1.0 [skip ci]
# [2.1.0](v2.0.5...v2.1.0) (2019-12-18) ### Update * Replace Object.keys with Object.entries. Update dependencies. (#30) ([942ce3c](942ce3c)), closes [#30](#30)
1 parent 942ce3c commit f0ad978

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.0](https://github.com/morriq/microservices-webpack-plugin/compare/v2.0.5...v2.1.0) (2019-12-18)
2+
3+
4+
### Update
5+
6+
* Replace Object.keys with Object.entries. Update dependencies. (#30) ([942ce3c9761a375c60927825a1bf5556109852c4](https://github.com/morriq/microservices-webpack-plugin/commit/942ce3c9761a375c60927825a1bf5556109852c4)), closes [#30](https://github.com/morriq/microservices-webpack-plugin/issues/30)
7+
18
## [2.0.5](https://github.com/morriq/microservices-webpack-plugin/compare/v2.0.4...v2.0.5) (2019-07-02)
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.0.5",
3+
"version": "2.1.0",
44
"description": "",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)