Comparing version 0.6.5 to 0.6.6
@@ -6,4 +6,4 @@ # Change Log | ||
<a name="0.6.5"></a> | ||
## [0.6.5](https://github.com/stryker-mutator/stryker/compare/stryker@0.6.4...stryker@0.6.5) (2017-06-16) | ||
<a name="0.6.6"></a> | ||
## [0.6.6](https://github.com/stryker-mutator/stryker/compare/stryker@0.6.4...stryker@0.6.6) (2017-06-16) | ||
@@ -14,2 +14,3 @@ | ||
* **npmignore:** Align npm ignores (#321) ([db2a56e](https://github.com/stryker-mutator/stryker/commit/db2a56e)) | ||
* Manual version bump ([a67d90b](https://github.com/stryker-mutator/stryker/commit/a67d90b)) | ||
@@ -16,0 +17,0 @@ |
{ | ||
"name": "stryker", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "The extendable JavaScript mutation testing framework", | ||
@@ -75,7 +75,7 @@ "main": "src/Stryker.js", | ||
"@types/inquirer": "0.0.33", | ||
"stryker-api": "^0.5.4" | ||
"stryker-api": "^0.5.5" | ||
}, | ||
"peerDependencies": { | ||
"stryker-api": "^0.5.4" | ||
"stryker-api": "^0.5.5" | ||
} | ||
} |
239027