From 9320c4bd97fb4ed117181f1f22803a6d4e80ae81 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Dec 2019 06:22:21 +0000 Subject: [PATCH] Docs: Release 2.1.2 [skip ci] ## [2.1.2](https://github.com/morriq/microservices-webpack-plugin/compare/v2.1.1...v2.1.2) (2019-12-19) ### Fix * Dependency from devdependencies ([c34238ac35c37ebcc26cabe5f527a0efc7d67271](https://github.com/morriq/microservices-webpack-plugin/commit/c34238ac35c37ebcc26cabe5f527a0efc7d67271)) --- 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 5ba28c9..a7a703d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.2](https://github.com/morriq/microservices-webpack-plugin/compare/v2.1.1...v2.1.2) (2019-12-19) + + +### Fix + +* Dependency from devdependencies ([c34238ac35c37ebcc26cabe5f527a0efc7d67271](https://github.com/morriq/microservices-webpack-plugin/commit/c34238ac35c37ebcc26cabe5f527a0efc7d67271)) + ## [2.1.1](https://github.com/morriq/microservices-webpack-plugin/compare/v2.1.0...v2.1.1) (2019-12-18) diff --git a/package-lock.json b/package-lock.json index c7016f6..ff952ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "microservices-webpack-plugin", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fdbb223..d70065e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "microservices-webpack-plugin", - "version": "2.1.1", + "version": "2.1.2", "description": "", "main": "lib/index.js", "repository": {