From a67d90b0866f68bdeffe37dc16397012c1a6ac0f Mon Sep 17 00:00:00 2001 From: Nico Jansen Date: Fri, 16 Jun 2017 17:27:30 +0200 Subject: [PATCH] fix: Manual version bump --- packages/grunt-stryker/package.json | 2 +- packages/stryker-api/package.json | 2 +- packages/stryker-html-reporter/package.json | 2 +- packages/stryker-jasmine/package.json | 2 +- packages/stryker/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/grunt-stryker/package.json b/packages/grunt-stryker/package.json index 996ab96a20..1e55246e7b 100644 --- a/packages/grunt-stryker/package.json +++ b/packages/grunt-stryker/package.json @@ -1,7 +1,7 @@ { "name": "grunt-stryker", "description": "Grunt plugin for the mutation testing framework 'stryker'", - "version": "0.5.4", + "version": "0.5.5", "bugs": { "url": "https://github.com/stryker-mutator/stryker/issues" }, diff --git a/packages/stryker-api/package.json b/packages/stryker-api/package.json index ece3481837..c1deb85681 100644 --- a/packages/stryker-api/package.json +++ b/packages/stryker-api/package.json @@ -1,6 +1,6 @@ { "name": "stryker-api", - "version": "0.5.3", + "version": "0.5.4", "description": "The api for the extendable JavaScript mutation testing framework Stryker", "scripts": { "start": "tsc -w", diff --git a/packages/stryker-html-reporter/package.json b/packages/stryker-html-reporter/package.json index d8e4d2dbe3..16f0130a9b 100644 --- a/packages/stryker-html-reporter/package.json +++ b/packages/stryker-html-reporter/package.json @@ -1,6 +1,6 @@ { "name": "stryker-html-reporter", - "version": "0.4.4", + "version": "0.4.5", "description": "An html reporter for the JavaScript mutation testing framework Stryker", "main": "src/index.js", "typings": "src/index.d.ts", diff --git a/packages/stryker-jasmine/package.json b/packages/stryker-jasmine/package.json index 30c5ec176a..f05eeebb24 100644 --- a/packages/stryker-jasmine/package.json +++ b/packages/stryker-jasmine/package.json @@ -1,6 +1,6 @@ { "name": "stryker-jasmine", - "version": "0.2.4", + "version": "0.2.5", "description": "A plugin to use the Jasmine test framework in Stryker, the JavaScript mutation testing framework", "main": "src/index.js", "scripts": { diff --git a/packages/stryker/package.json b/packages/stryker/package.json index e720d2a11f..0522110121 100644 --- a/packages/stryker/package.json +++ b/packages/stryker/package.json @@ -1,6 +1,6 @@ { "name": "stryker", - "version": "0.6.4", + "version": "0.6.5", "description": "The extendable JavaScript mutation testing framework", "main": "src/Stryker.js", "typings": "src/Stryker.d.ts",