From 293206ec056df97e36ac7d30eb00869837955063 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 8 Sep 2020 07:52:35 +0000 Subject: [PATCH] chore(release): bump version 0.56.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0301435..8f5a2ce2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.56.0](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.55.0...v0.56.0) (2020-09-08) + + +### Features + +* **vendor-mapping:** add bitmovin vendor ID ([871dbc9](https://github.com/spring-media/red-sourcepoint-cmp/commit/871dbc95c6b97e482a445ee7d34a0b3a22b996d0)) + # [0.55.0](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.54.1...v0.55.0) (2020-08-21) ## [0.54.1](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.54.0...v0.54.1) (2020-08-21) diff --git a/package.json b/package.json index f45b6602..cebe3ed0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.55.0", + "version": "0.56.0", "description": "CMP (Consent Management Platform) implementation for www.bild.de using the Sourcepoint API", "scripts": { "test": "jest --config tests/jest.config.js",