From 84d5b63423ab8fe0bd636881c66331deabcc13b1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Oct 2018 09:46:09 +0000 Subject: [PATCH] chore(release): 1.11.0 [skip ci] # [1.11.0](https://github.com/GrabarzUndPartner/gp-vue-boilerplate/compare/v1.10.2...v1.11.0) (2018-10-12) ### Bug Fixes * **pkg-versions:** updated ([a6a2bc1](https://github.com/GrabarzUndPartner/gp-vue-boilerplate/commit/a6a2bc1)) * **saucelabs:** test ([280b9ea](https://github.com/GrabarzUndPartner/gp-vue-boilerplate/commit/280b9ea)) * **saucelabs:** test ([6cbe63c](https://github.com/GrabarzUndPartner/gp-vue-boilerplate/commit/6cbe63c)) ### Features * **nuxt-update:** updated to version 2 ([a36fd0c](https://github.com/GrabarzUndPartner/gp-vue-boilerplate/commit/a36fd0c)) --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 30 ++++++++++++++++++++++-------- package.json | 2 +- 3 files changed, 37 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccdbe3c64..794b0ab2f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.11.0](https://github.com/GrabarzUndPartner/gp-vue-boilerplate/compare/v1.10.2...v1.11.0) (2018-10-12) + + +### Bug Fixes + +* **pkg-versions:** updated ([a6a2bc1](https://github.com/GrabarzUndPartner/gp-vue-boilerplate/commit/a6a2bc1)) +* **saucelabs:** test ([280b9ea](https://github.com/GrabarzUndPartner/gp-vue-boilerplate/commit/280b9ea)) +* **saucelabs:** test ([6cbe63c](https://github.com/GrabarzUndPartner/gp-vue-boilerplate/commit/6cbe63c)) + + +### Features + +* **nuxt-update:** updated to version 2 ([a36fd0c](https://github.com/GrabarzUndPartner/gp-vue-boilerplate/commit/a36fd0c)) + ## [1.10.2](https://github.com/GrabarzUndPartner/gp-vue-boilerplate/compare/v1.10.1...v1.10.2) (2018-09-03) diff --git a/package-lock.json b/package-lock.json index d395b0615..086cf0486 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gp-vue-boilerplate", - "version": "1.10.2", + "version": "1.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -8674,11 +8674,13 @@ }, "balanced-match": { "version": "1.0.0", - "bundled": true + "bundled": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -8691,15 +8693,18 @@ }, "code-point-at": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "concat-map": { "version": "0.0.1", - "bundled": true + "bundled": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -8802,7 +8807,8 @@ }, "inherits": { "version": "2.0.3", - "bundled": true + "bundled": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -8812,6 +8818,7 @@ "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -8824,17 +8831,20 @@ "minimatch": { "version": "3.0.4", "bundled": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } }, "minimist": { "version": "0.0.8", - "bundled": true + "bundled": true, + "optional": true }, "minipass": { "version": "2.2.4", "bundled": true, + "optional": true, "requires": { "safe-buffer": "^5.1.1", "yallist": "^3.0.0" @@ -8851,6 +8861,7 @@ "mkdirp": { "version": "0.5.1", "bundled": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -8923,7 +8934,8 @@ }, "number-is-nan": { "version": "1.0.1", - "bundled": true + "bundled": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -8933,6 +8945,7 @@ "once": { "version": "1.4.0", "bundled": true, + "optional": true, "requires": { "wrappy": "1" } @@ -9038,6 +9051,7 @@ "string-width": { "version": "1.0.2", "bundled": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", diff --git a/package.json b/package.json index 34ee3225c..abdc5612c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gp-vue-boilerplate", - "version": "1.10.2", + "version": "1.11.0", "description": "Grabarz & Partner Boilerplate", "author": "Stephan Gerbeth", "license": "MIT",