diff --git a/CHANGELOG.md b/CHANGELOG.md index dc3beff..23236b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.71.1](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.71.0...v0.71.1) (2022-04-19) + + +### Bug Fixes + +* **placeholder:** add css definition for double-a-teaser ([2447519](https://github.com/spring-media/red-sourcepoint-cmp/commit/2447519c9e5ee2bbf6d06193673942988c60ad76)) + # [0.71.0](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.70.0...v0.71.0) (2022-02-24) diff --git a/package-lock.json b/package-lock.json index 00a83c8..39014d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.71.0", + "version": "0.71.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.71.0", + "version": "0.71.1", "license": "MIT", "devDependencies": { "@babel/preset-react": "7.12.1", diff --git a/package.json b/package.json index d95407c..2a77470 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.71.0", + "version": "0.71.1", "description": "CMP (Consent Management Platform) implementation for www.bild.de using the Sourcepoint API", "scripts": { "test": "jest --config tests/jest.config.js",