diff --git a/CHANGELOG.md b/CHANGELOG.md index 9252fc5..4e51113 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 c0a97d7..0501cc9 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 4ddb02a..ebdcd0a 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",