diff --git a/CHANGELOG.md b/CHANGELOG.md index b55331ab..b2ecd2ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.32.1](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.32.0...v0.32.1) (2020-06-03) + + +### Bug Fixes + +* **vue:** fix icon position in embed placeholdern ([8d0db3f](https://github.com/spring-media/red-sourcepoint-cmp/commit/8d0db3fe0c6b013c618e3f5e02298341c55f19f8)) + # [0.32.0](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.31.0...v0.32.0) (2020-05-20) diff --git a/package.json b/package.json index 134a6382..f68027c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.32.0", + "version": "0.32.1", "description": "CMP (Consent Management Platform) implementation for www.bild.de using the Sourcepoint API", "scripts": { "test": "jest --config tests/jest.config.js",