From f008ee58f8c20bd8d52b089a21091d42228225b4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 Oct 2018 15:08:59 +0000 Subject: [PATCH] chore(release): 1.12.2 [skip ci] ## [1.12.2](https://github.com/GrabarzUndPartner/gp-vue-boilerplate/compare/v1.12.1...v1.12.2) (2018-10-24) ### Bug Fixes * **cleanup:** cleanup code ([f2f0b21](https://github.com/GrabarzUndPartner/gp-vue-boilerplate/commit/f2f0b21)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 15 ++++++++++----- package.json | 2 +- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f1aa33ed..65bd73854 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.12.2](https://github.com/GrabarzUndPartner/gp-vue-boilerplate/compare/v1.12.1...v1.12.2) (2018-10-24) + + +### Bug Fixes + +* **cleanup:** cleanup code ([f2f0b21](https://github.com/GrabarzUndPartner/gp-vue-boilerplate/commit/f2f0b21)) + ## [1.12.1](https://github.com/GrabarzUndPartner/gp-vue-boilerplate/compare/v1.12.0...v1.12.1) (2018-10-24) diff --git a/package-lock.json b/package-lock.json index f70cc96f0..7783db952 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gp-vue-boilerplate", - "version": "1.12.1", + "version": "1.12.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -8665,7 +8665,8 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true + "bundled": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -9030,7 +9031,8 @@ }, "safe-buffer": { "version": "5.1.1", - "bundled": true + "bundled": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -9078,6 +9080,7 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -9116,11 +9119,13 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "bundled": true, + "optional": true }, "yallist": { "version": "3.0.2", - "bundled": true + "bundled": true, + "optional": true } } }, diff --git a/package.json b/package.json index 3c4630f07..1ecd33733 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gp-vue-boilerplate", - "version": "1.12.1", + "version": "1.12.2", "description": "Grabarz & Partner Boilerplate", "author": "Stephan Gerbeth", "license": "MIT",