From 299d42a6535b5864a5a264e7f29ab462203013ed Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Sep 2019 14:33:52 +0000 Subject: [PATCH] chore: 4.2.7 [skip ci] ## [4.2.7](https://github.com/trustpilot/skift/compare/v4.2.6...v4.2.7) (2019-09-26) ### Bug Fixes * include missing assets in bundle ([2086841](https://github.com/trustpilot/skift/commit/2086841)) --- 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 51b8490..73817fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "skift", - "version": "4.2.6", + "version": "4.2.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 82cabac..0551866 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "skift", "description": "Split testing tool for the Web", - "version": "4.2.6", + "version": "4.2.7", "author": "Trustpilot A/S", "homepage": "https://github.com/trustpilot/skift#readme", "license": "MIT",