From 9de338ef299a1b321c78a55b3b7fe4583c9fe982 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 3 Jun 2020 14:07:47 +0000 Subject: [PATCH] chore(release): bump version 0.32.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",