diff --git a/CHANGELOG.md b/CHANGELOG.md index 89a0f2c..dc3beff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.71.0](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.70.0...v0.71.0) (2022-02-24) + + +### Features + +* **vue:** refactor placeholders for stage support ([84f4793](https://github.com/spring-media/red-sourcepoint-cmp/commit/84f4793602b78ca2e5c67cd13771172c27aeb978)) + # [0.70.0](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.69.1...v0.70.0) (2022-02-01) diff --git a/package-lock.json b/package-lock.json index ccf7231..00a83c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.70.0", + "version": "0.71.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.70.0", + "version": "0.71.0", "license": "MIT", "devDependencies": { "@babel/preset-react": "7.12.1", diff --git a/package.json b/package.json index b68b438..d95407c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.70.0", + "version": "0.71.0", "description": "CMP (Consent Management Platform) implementation for www.bild.de using the Sourcepoint API", "scripts": { "test": "jest --config tests/jest.config.js",