From 41b49a2e9b99fe77369537026a7bf4ac6d53630c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Oct 2020 07:42:31 +0000 Subject: [PATCH] chore(release): bump version 0.61.0 --- 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 9252fc51..4e511131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.61.0](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.60.0...v0.61.0) (2020-10-01) + + +### Features + +* **sourcepoint:** add consentReady state to vuex store ([705a57c](https://github.com/spring-media/red-sourcepoint-cmp/commit/705a57c2234a751519879b3f0cda95e540c65b38)) + # [0.60.0](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.59.0...v0.60.0) (2020-09-22) # [0.59.0](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.58.0...v0.59.0) (2020-09-11) diff --git a/package-lock.json b/package-lock.json index c0a97d7a..0501cc92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.60.0", + "version": "0.61.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4ddb02a9..ebdcd0af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.60.0", + "version": "0.61.0", "description": "CMP (Consent Management Platform) implementation for www.bild.de using the Sourcepoint API", "scripts": { "test": "jest --config tests/jest.config.js",