diff --git a/packages/grunt-stryker/CHANGELOG.md b/packages/grunt-stryker/CHANGELOG.md
index f9015deaab..0135ff856b 100644
--- a/packages/grunt-stryker/CHANGELOG.md
+++ b/packages/grunt-stryker/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [0.6.0](https://github.com/stryker-mutator/stryker/compare/grunt-stryker@0.5.7...grunt-stryker@0.6.0) (2017-08-04)
+
+
+
+
## [0.5.7](https://github.com/stryker-mutator/stryker/compare/grunt-stryker@0.5.6...grunt-stryker@0.5.7) (2017-07-14)
diff --git a/packages/grunt-stryker/package.json b/packages/grunt-stryker/package.json
index eac4d66bad..edc72ebe2d 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.7",
+ "version": "0.6.0",
"bugs": {
"url": "https://github.com/stryker-mutator/stryker/issues"
},
@@ -30,10 +30,10 @@
},
"main": "Gruntfile.js",
"devDependencies": {
- "stryker-api": "^0.5.6"
+ "stryker-api": "^0.6.0"
},
"peerDependencies": {
"grunt": ">=0.4.5",
- "stryker": "^0.6.0"
+ "stryker": "^0.7.0"
}
}
diff --git a/packages/stryker-api/CHANGELOG.md b/packages/stryker-api/CHANGELOG.md
index 8eec4bfa87..e1fdb3c24d 100644
--- a/packages/stryker-api/CHANGELOG.md
+++ b/packages/stryker-api/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+# [0.6.0](https://github.com/stryker-mutator/stryker/compare/stryker-api@0.5.6...stryker-api@0.6.0) (2017-08-04)
+
+
+### Features
+
+* **html-reporter:** Score result as single source of truth (#341) ([47b3295](https://github.com/stryker-mutator/stryker/commit/47b3295)), closes [#335](https://github.com/stryker-mutator/stryker/issues/335)
+
+
+
+
## [0.5.6](https://github.com/stryker-mutator/stryker/compare/stryker-api@0.5.5...stryker-api@0.5.6) (2017-07-14)
diff --git a/packages/stryker-api/package.json b/packages/stryker-api/package.json
index 570eb37bea..dc7f30d4cb 100644
--- a/packages/stryker-api/package.json
+++ b/packages/stryker-api/package.json
@@ -1,6 +1,6 @@
{
"name": "stryker-api",
- "version": "0.5.6",
+ "version": "0.6.0",
"description": "The api for the extendable JavaScript mutation testing framework Stryker",
"scripts": {
"start": "tsc -w",
diff --git a/packages/stryker-html-reporter/CHANGELOG.md b/packages/stryker-html-reporter/CHANGELOG.md
index df5f29e9cb..fc65ea4591 100644
--- a/packages/stryker-html-reporter/CHANGELOG.md
+++ b/packages/stryker-html-reporter/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+# [0.5.0](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.4.7...stryker-html-reporter@0.5.0) (2017-08-04)
+
+
+### Features
+
+* **html-reporter:** Score result as single source of truth (#341) ([47b3295](https://github.com/stryker-mutator/stryker/commit/47b3295)), closes [#335](https://github.com/stryker-mutator/stryker/issues/335)
+
+
+
+
## [0.4.7](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.4.6...stryker-html-reporter@0.4.7) (2017-07-14)
diff --git a/packages/stryker-html-reporter/package.json b/packages/stryker-html-reporter/package.json
index 7cb11379b0..2d08dca963 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.7",
+ "version": "0.5.0",
"description": "An html reporter for the JavaScript mutation testing framework Stryker",
"main": "src/index.js",
"typings": "src/index.d.ts",
@@ -41,7 +41,7 @@
"typed-html": "^0.3.3"
},
"peerDependencies": {
- "stryker-api": "^0.5.6"
+ "stryker-api": "^0.6.0"
},
"devDependencies": {
"@types/file-url": "^1.0.28",
@@ -49,7 +49,7 @@
"@types/selenium-webdriver": "^3.0.3",
"bootstrap": "3.3.7",
"highlight.js": "^9.4.0",
- "stryker-api": "^0.5.6"
+ "stryker-api": "^0.6.0"
},
"contributors": [
"Nico Jansen ",
diff --git a/packages/stryker-jasmine/CHANGELOG.md b/packages/stryker-jasmine/CHANGELOG.md
index 6dfa97387e..6e6f0f9c64 100644
--- a/packages/stryker-jasmine/CHANGELOG.md
+++ b/packages/stryker-jasmine/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [0.3.0](https://github.com/stryker-mutator/stryker/compare/stryker-jasmine@0.2.7...stryker-jasmine@0.3.0) (2017-08-04)
+
+
+
+
## [0.2.7](https://github.com/stryker-mutator/stryker/compare/stryker-jasmine@0.2.6...stryker-jasmine@0.2.7) (2017-07-14)
diff --git a/packages/stryker-jasmine/package.json b/packages/stryker-jasmine/package.json
index 99bc1cad27..9f31a17b9f 100644
--- a/packages/stryker-jasmine/package.json
+++ b/packages/stryker-jasmine/package.json
@@ -1,6 +1,6 @@
{
"name": "stryker-jasmine",
- "version": "0.2.7",
+ "version": "0.3.0",
"description": "A plugin to use the Jasmine test framework in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {
@@ -29,10 +29,10 @@
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/stryker-jasmine#readme",
"peerDependencies": {
"jasmine-core": ">=2",
- "stryker-api": "^0.5.6"
+ "stryker-api": "^0.6.0"
},
"devDependencies": {
- "stryker-api": "^0.5.6"
+ "stryker-api": "^0.6.0"
},
"contributors": []
}
diff --git a/packages/stryker-karma-runner/CHANGELOG.md b/packages/stryker-karma-runner/CHANGELOG.md
index aeeaa559f5..a5ed18e208 100644
--- a/packages/stryker-karma-runner/CHANGELOG.md
+++ b/packages/stryker-karma-runner/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [0.5.0](https://github.io/stryker-mutator/stryker/compare/stryker-karma-runner@0.4.5...stryker-karma-runner@0.5.0) (2017-08-04)
+
+
+
+
## [0.4.5](https://github.io/stryker-mutator/stryker/compare/stryker-karma-runner@0.4.4...stryker-karma-runner@0.4.5) (2017-07-14)
diff --git a/packages/stryker-karma-runner/package.json b/packages/stryker-karma-runner/package.json
index 3472f9b2bc..5c5dcfe83f 100644
--- a/packages/stryker-karma-runner/package.json
+++ b/packages/stryker-karma-runner/package.json
@@ -1,6 +1,6 @@
{
"name": "stryker-karma-runner",
- "version": "0.4.5",
+ "version": "0.5.0",
"description": "A plugin to use the karma test runner in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {
@@ -31,14 +31,14 @@
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/stryker-karma-runner#readme",
"peerDependencies": {
"karma": "^0.13.0 || ~1.0.0 || ^1.1.1",
- "stryker-api": "^0.5.6"
+ "stryker-api": "^0.6.0"
},
"devDependencies": {
"jasmine-core": "^2.4.1",
"karma": "^0.13.0 || ~1.0.0 || ^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
- "stryker-api": "^0.5.6"
+ "stryker-api": "^0.6.0"
},
"dependencies": {
"lodash": "^4.13.1",
diff --git a/packages/stryker-mocha-framework/CHANGELOG.md b/packages/stryker-mocha-framework/CHANGELOG.md
index 596248eb81..a1f0563333 100644
--- a/packages/stryker-mocha-framework/CHANGELOG.md
+++ b/packages/stryker-mocha-framework/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [0.2.0](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-framework@0.1.4...stryker-mocha-framework@0.2.0) (2017-08-04)
+
+
+
+
## [0.1.4](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-framework@0.1.3...stryker-mocha-framework@0.1.4) (2017-07-14)
diff --git a/packages/stryker-mocha-framework/package.json b/packages/stryker-mocha-framework/package.json
index 90953be273..09d17c5abc 100644
--- a/packages/stryker-mocha-framework/package.json
+++ b/packages/stryker-mocha-framework/package.json
@@ -1,6 +1,6 @@
{
"name": "stryker-mocha-framework",
- "version": "0.1.4",
+ "version": "0.2.0",
"description": "A plugin to use the mocha test framework in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {
@@ -38,11 +38,11 @@
"log4js": "^1.1.1"
},
"devDependencies": {
- "stryker-api": "^0.5.6",
+ "stryker-api": "^0.6.0",
"tslib": "^1.5.0"
},
"peerDependencies": {
"mocha": ">= 2.3.3 < 4",
- "stryker-api": "^0.5.6"
+ "stryker-api": "^0.6.0"
}
}
diff --git a/packages/stryker-mocha-runner/CHANGELOG.md b/packages/stryker-mocha-runner/CHANGELOG.md
index 1edd492eb5..01a7395718 100644
--- a/packages/stryker-mocha-runner/CHANGELOG.md
+++ b/packages/stryker-mocha-runner/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [0.5.0](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.4.4...stryker-mocha-runner@0.5.0) (2017-08-04)
+
+
+
+
## [0.4.4](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.4.3...stryker-mocha-runner@0.4.4) (2017-07-14)
diff --git a/packages/stryker-mocha-runner/package.json b/packages/stryker-mocha-runner/package.json
index d8c5efd035..04ccf9dae1 100644
--- a/packages/stryker-mocha-runner/package.json
+++ b/packages/stryker-mocha-runner/package.json
@@ -1,6 +1,6 @@
{
"name": "stryker-mocha-runner",
- "version": "0.4.4",
+ "version": "0.5.0",
"description": "A plugin to use the mocha test runner in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {
@@ -37,11 +37,11 @@
"log4js": "^1.1.1"
},
"devDependencies": {
- "stryker-api": "^0.5.6",
+ "stryker-api": "^0.6.0",
"tslib": "^1.5.0"
},
"peerDependencies": {
"mocha": ">= 2.3.3 < 4",
- "stryker-api": "^0.5.6"
+ "stryker-api": "^0.6.0"
}
}
diff --git a/packages/stryker/CHANGELOG.md b/packages/stryker/CHANGELOG.md
index 0e016b7a04..642434288e 100644
--- a/packages/stryker/CHANGELOG.md
+++ b/packages/stryker/CHANGELOG.md
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+# [0.7.0](https://github.com/stryker-mutator/stryker/compare/stryker@0.6.7...stryker@0.7.0) (2017-08-04)
+
+
+### Features
+
+* **ConfigReader:** Inform about init command (#340) ([7f3e61f](https://github.com/stryker-mutator/stryker/commit/7f3e61f))
+* **html-reporter:** Score result as single source of truth (#341) ([47b3295](https://github.com/stryker-mutator/stryker/commit/47b3295)), closes [#335](https://github.com/stryker-mutator/stryker/issues/335)
+
+
+
+
## [0.6.7](https://github.com/stryker-mutator/stryker/compare/stryker@0.6.6...stryker@0.6.7) (2017-07-14)
diff --git a/packages/stryker/package.json b/packages/stryker/package.json
index b7d31925e0..1e60bcdf59 100644
--- a/packages/stryker/package.json
+++ b/packages/stryker/package.json
@@ -1,6 +1,6 @@
{
"name": "stryker",
- "version": "0.6.7",
+ "version": "0.7.0",
"description": "The extendable JavaScript mutation testing framework",
"main": "src/Stryker.js",
"typings": "src/Stryker.d.ts",
@@ -72,9 +72,9 @@
"devDependencies": {
"@types/commander": "^2.9.0",
"@types/inquirer": "0.0.33",
- "stryker-api": "^0.5.6"
+ "stryker-api": "^0.6.0"
},
"peerDependencies": {
- "stryker-api": "^0.5.6"
+ "stryker-api": "^0.6.0"
}
}