diff --git a/CHANGELOG.md b/CHANGELOG.md index b9c0b870..9252fc51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# [0.60.0](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.59.0...v0.60.0) (2020-09-22) + # [0.59.0](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.58.0...v0.59.0) (2020-09-11) diff --git a/package-lock.json b/package-lock.json index 65005cdb..c0a97d7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.59.0", + "version": "0.60.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ec291088..4ddb02a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.59.0", + "version": "0.60.0", "description": "CMP (Consent Management Platform) implementation for www.bild.de using the Sourcepoint API", "scripts": { "test": "jest --config tests/jest.config.js",