From 13bb970d8c68e68af6ee89febb8c64da9fb649f0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 3 Jul 2018 11:39:11 +0000 Subject: [PATCH] chore: 3.2.2 [skip ci] ## [3.2.2](https://github.com/trustpilot/skift/compare/v3.2.1...v3.2.2) (2018-07-03) ### Bug Fixes * correctly remove generated content from git history ([595727d](https://github.com/trustpilot/skift/commit/595727d)) --- 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 ceba6d1..341ec99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "skift", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 106dcb5..51e72cc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "skift", "description": "Split testing tool for the Web", - "version": "3.2.1", + "version": "3.2.2", "author": "Trustpilot A/S", "bugs": { "url": "https://github.com/trustpilot/skift/issues"