From 78ebc5d829826732679fd3f022484a4339cb234d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Jun 2024 14:43:28 +0000 Subject: [PATCH] chore: release 4.4.0 [skip ci] # [4.4.0](https://github.com/trustpilot/skift/compare/v4.3.1...v4.4.0) (2024-06-04) ### Bug Fixes * remove configLoaded in favour of using cookie name / clean up svgs ([febad26](https://github.com/trustpilot/skift/commit/febad263268bcfd851d4a6d579a1e09a60ecbe7c)) ### Features * fix abtestui overlay ([f0abdf2](https://github.com/trustpilot/skift/commit/f0abdf242a6a958cd24e70afe596bd00920877d8)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cac1e75..a356ec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [4.4.0](https://github.com/trustpilot/skift/compare/v4.3.1...v4.4.0) (2024-06-04) + + +### Bug Fixes + +* remove configLoaded in favour of using cookie name / clean up svgs ([febad26](https://github.com/trustpilot/skift/commit/febad263268bcfd851d4a6d579a1e09a60ecbe7c)) + + +### Features + +* fix abtestui overlay ([f0abdf2](https://github.com/trustpilot/skift/commit/f0abdf242a6a958cd24e70afe596bd00920877d8)) + ## [4.3.1](https://github.com/trustpilot/skift/compare/v4.3.0...v4.3.1) (2022-11-24) diff --git a/package-lock.json b/package-lock.json index 6b47ac2..56932de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "skift", - "version": "4.3.1", + "version": "4.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "skift", - "version": "4.3.1", + "version": "4.4.0", "license": "MIT", "dependencies": { "querystringify": "^2.1.1" diff --git a/package.json b/package.json index 091baf4..b6c4084 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "skift", "description": "Split testing tool for the Web", - "version": "4.3.1", + "version": "4.4.0", "author": "Trustpilot A/S", "homepage": "https://github.com/trustpilot/skift#readme", "license": "MIT",