From f0ad978550dee003f28642de42dbd63ccd81298c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Dec 2019 17:58:43 +0000 Subject: [PATCH] Docs: Release 2.1.0 [skip ci] # [2.1.0](https://github.com/morriq/microservices-webpack-plugin/compare/v2.0.5...v2.1.0) (2019-12-18) ### Update * 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) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6532eb6..ab61453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0](https://github.com/morriq/microservices-webpack-plugin/compare/v2.0.5...v2.1.0) (2019-12-18) + + +### Update + +* 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) + ## [2.0.5](https://github.com/morriq/microservices-webpack-plugin/compare/v2.0.4...v2.0.5) (2019-07-02) diff --git a/package-lock.json b/package-lock.json index d8bea84..eefbb95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "microservices-webpack-plugin", - "version": "2.0.5", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 659a1e8..219dd16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "microservices-webpack-plugin", - "version": "2.0.5", + "version": "2.1.0", "description": "", "main": "lib/index.js", "repository": {