From 2142a526f7320a7f3add4fda0b0db3c552749774 Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Mon, 18 Mar 2019 07:45:14 +0100 Subject: [PATCH] chore(release): 1.10.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2bd9e4..2556cfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +# [1.10.0](https://github.com/apertureless/vue-cookie-law/compare/v1.9.0...v1.10.0) (2019-03-18) + + +### Bug Fixes + +* **build:** Add production env flag ([9dec5cf](https://github.com/apertureless/vue-cookie-law/commit/9dec5cf)), closes [#44](https://github.com/apertureless/vue-cookie-law/issues/44) +* **style:** Add nowrap to button ([#46](https://github.com/apertureless/vue-cookie-law/issues/46)) ([b155e85](https://github.com/apertureless/vue-cookie-law/commit/b155e85)) + + +### Features + +* Add storage-type ([#47](https://github.com/apertureless/vue-cookie-law/issues/47)) ([16b14b1](https://github.com/apertureless/vue-cookie-law/commit/16b14b1)) + + + # [1.9.0](https://github.com/apertureless/vue-cookie-law/compare/v1.8.0...v1.9.0) (2019-02-16) diff --git a/package.json b/package.json index 9aa90f3..428ef80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-cookie-law", - "version": "1.9.0", + "version": "1.10.0", "description": "🍪 👮 EU Cookie Law Plugin for Vue.js", "author": "Jakub Juszczak ", "license": "MIT",