From c44953bbe494347530c7bdeab8867c4904467f53 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Nov 2020 10:57:23 +0000 Subject: [PATCH] chore(release): bump version 0.65.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f1c987..515f0bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [0.65.0](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.64.0...v0.65.0) (2020-11-26) + + +### Bug Fixes + +* **vue:** update cae snapshots ([d3eb96d](https://github.com/spring-media/red-sourcepoint-cmp/commit/d3eb96de8fbd75fb010c18a5a0654e3095655959)) + + +### Features + +* **vue:** add vendor-id as attribute to placeholders ([3a9fad5](https://github.com/spring-media/red-sourcepoint-cmp/commit/3a9fad56de35c9c48f5d605f83569434c9b7ed92)) + # [0.64.0](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.63.0...v0.64.0) (2020-11-19) # [0.63.0](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.62.0...v0.63.0) (2020-10-26) diff --git a/package-lock.json b/package-lock.json index 71e782d..2b8ba29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.64.0", + "version": "0.65.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9c80e63..a6fff27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.64.0", + "version": "0.65.0", "description": "CMP (Consent Management Platform) implementation for www.bild.de using the Sourcepoint API", "scripts": { "test": "jest --config tests/jest.config.js",