From a341ba93187e108eeebc353c2aa915436379d7d3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Jun 2020 12:11:33 +0000 Subject: [PATCH] chore(release): bump version 0.44.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb088e2e..1eeabd5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.44.2](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.44.1...v0.44.2) (2020-06-26) + + +### Bug Fixes + +* **playground:** fix error which is thrown when running the e2e tests in github actions ([83aef14](https://github.com/spring-media/red-sourcepoint-cmp/commit/83aef14238f98901ff51f46b6f9517b206c67c3a)) + ## [0.44.1](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.44.0...v0.44.1) (2020-06-26) diff --git a/package.json b/package.json index 3e5ffa85..2acf1da7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.44.1", + "version": "0.44.2", "description": "CMP (Consent Management Platform) implementation for www.bild.de using the Sourcepoint API", "scripts": { "test": "jest --config tests/jest.config.js",