From a78fcf8874ae6950489f869e5ac541d42abaf807 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Nov 2018 10:46:02 +0000 Subject: [PATCH] chore: 4.2.4 [skip ci] ## [4.2.4](https://github.com/trustpilot/skift/compare/v4.2.3...v4.2.4) (2018-11-07) ### Bug Fixes * fix security alarm ([195d197](https://github.com/trustpilot/skift/commit/195d197)) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e39c25..ba08264 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "skift", - "version": "4.2.3", + "version": "4.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ce0c7ea..f34ec8e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "skift", "description": "Split testing tool for the Web", - "version": "4.2.3", + "version": "4.2.4", "author": "Trustpilot A/S", "homepage": "https://github.com/trustpilot/skift#readme", "license": "MIT",