From 2cf6c3a2954819010bc22334f74a4b064c57ee54 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Sep 2020 12:21:39 +0000 Subject: [PATCH] chore: release 4.3.0 [skip ci] # [4.3.0](https://github.com/trustpilot/skift/compare/v4.2.9...v4.3.0) (2020-09-03) ### Bug Fixes * linting ([4269867](https://github.com/trustpilot/skift/commit/4269867)) * tests ([79b3595](https://github.com/trustpilot/skift/commit/79b3595)) ### Features * add in memory storage ([d55e76e](https://github.com/trustpilot/skift/commit/d55e76e)) * add sessionPersister to config ([8b8651d](https://github.com/trustpilot/skift/commit/8b8651d)) --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e83aeec..2e665aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [4.3.0](https://github.com/trustpilot/skift/compare/v4.2.9...v4.3.0) (2020-09-03) + + +### Bug Fixes + +* linting ([4269867](https://github.com/trustpilot/skift/commit/4269867)) +* tests ([79b3595](https://github.com/trustpilot/skift/commit/79b3595)) + + +### Features + +* add in memory storage ([d55e76e](https://github.com/trustpilot/skift/commit/d55e76e)) +* add sessionPersister to config ([8b8651d](https://github.com/trustpilot/skift/commit/8b8651d)) + ## [4.2.9](https://github.com/trustpilot/skift/compare/v4.2.8...v4.2.9) (2019-09-27) diff --git a/package-lock.json b/package-lock.json index 0cf1338..dee1982 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "skift", - "version": "4.2.9", + "version": "4.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 147d4e3..7253c85 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "skift", "description": "Split testing tool for the Web", - "version": "4.2.9", + "version": "4.3.0", "author": "Trustpilot A/S", "homepage": "https://github.com/trustpilot/skift#readme", "license": "MIT",