diff --git a/CHANGELOG.md b/CHANGELOG.md index 94717af9..db702f17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.35.0](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.34.1...v0.35.0) (2020-06-05) + + +### Features + +* **vue:** add embed-content component for embedding arbitrary html content ([2dba739](https://github.com/spring-media/red-sourcepoint-cmp/commit/2dba739e44b2feae31dcf8a3eaa8a0025c8691be)) + ## [0.34.1](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.34.0...v0.34.1) (2020-06-05) diff --git a/package.json b/package.json index 3f50c039..2ae40190 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.34.1", + "version": "0.35.0", "description": "CMP (Consent Management Platform) implementation for www.bild.de using the Sourcepoint API", "scripts": { "test": "jest --config tests/jest.config.js",