diff --git a/CHANGELOG.md b/CHANGELOG.md index f91235a..f8e1d6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.71.3](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.71.2...v0.71.3) (2022-04-19) + + +### Bug Fixes + +* **placeholder:** adjust css ([d846e4e](https://github.com/spring-media/red-sourcepoint-cmp/commit/d846e4e5386ee08633dcd22d76d3d193471a1e97)) + ## [0.71.2](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.71.1...v0.71.2) (2022-04-19) diff --git a/package-lock.json b/package-lock.json index 7166dca..b927541 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.71.2", + "version": "0.71.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.71.2", + "version": "0.71.3", "license": "MIT", "devDependencies": { "@babel/preset-react": "7.12.1", diff --git a/package.json b/package.json index 353548a..f0f121c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.71.2", + "version": "0.71.3", "description": "CMP (Consent Management Platform) implementation for www.bild.de using the Sourcepoint API", "scripts": { "test": "jest --config tests/jest.config.js",