mutation-testing-metrics-scala
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.5.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.5.0...v1.5.1) (2020-12-23) | ||
### Bug Fixes | ||
* **metrics-scala:** publish project in a single go ([932d05f](https://github.com/stryker-mutator/mutation-testing-elements/commit/932d05ff79dd570f986085bf4b30351f1478ccd9)) | ||
# [1.5.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.4.4...v1.5.0) (2020-12-23) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "mutation-testing-metrics-scala", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Zero-dependency library to calculate mutation testing metrics in Scala.", | ||
"scripts": { | ||
"test": "sbt \"+compile; test; docs/mdoc --check\"", | ||
"prepublishOnly": "sbt +publishSigned", | ||
"publish": "sbt sonatypeBundleRelease", | ||
"publish": "sbt \"sonatypeBundleClean; +publishSigned; sonatypeBundleRelease;\"", | ||
"get-version": "echo $npm_package_version", | ||
@@ -21,3 +20,3 @@ "stryker": "sbt 'project metrics; stryker'" | ||
"homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/mutation-testing-metrics-scala#readme", | ||
"gitHead": "9a4a0f3424edb5fc7de4a38987fe03b80db657d7" | ||
"gitHead": "a7dd6acc8fcc3b9edab2a0620d1e21ee72e570d5" | ||
} |
22875