stryker-html-reporter
Advanced tools
Comparing version 0.12.3 to 0.12.4
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.12.4"></a> | ||
## [0.12.4](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.12.3...stryker-html-reporter@0.12.4) (2018-03-22) | ||
### Bug Fixes | ||
* **peerDependency:** update stryker-api requirement to ^0.14.0 ([3ce04d4](https://github.com/stryker-mutator/stryker/commit/3ce04d4)) | ||
<a name="0.12.3"></a> | ||
@@ -8,0 +19,0 @@ ## [0.12.3](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.12.2...stryker-html-reporter@0.12.3) (2018-03-22) |
{ | ||
"name": "stryker-html-reporter", | ||
"version": "0.12.3", | ||
"version": "0.12.4", | ||
"description": "An html reporter for the JavaScript mutation testing framework Stryker", | ||
@@ -48,3 +48,3 @@ "main": "src/index.js", | ||
"peerDependencies": { | ||
"stryker-api": "^0.13.0" | ||
"stryker-api": "^0.14.0" | ||
}, | ||
@@ -51,0 +51,0 @@ "devDependencies": { |
984615