From c045a91886631a455b7409d6945089ff763f09ec Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 9 Sep 2020 06:41:54 +0000 Subject: [PATCH] chore(release): bump version 0.57.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f5a2ce2..3afd63bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.57.0](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.56.0...v0.57.0) (2020-09-09) + + +### Features + +* **sourcepoint:** change library URL to newer version ([16e65b5](https://github.com/spring-media/red-sourcepoint-cmp/commit/16e65b574ac59b15aba45d541437dadcce85748f)) + # [0.56.0](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.55.0...v0.56.0) (2020-09-08) diff --git a/package.json b/package.json index cebe3ed0..ac62b674 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.56.0", + "version": "0.57.0", "description": "CMP (Consent Management Platform) implementation for www.bild.de using the Sourcepoint API", "scripts": { "test": "jest --config tests/jest.config.js",