mutation-testing-metrics-scala
Advanced tools
Comparing version 1.4.0 to 1.4.2
@@ -6,2 +6,19 @@ # Change Log | ||
## [1.4.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.4.1...v1.4.2) (2020-11-03) | ||
### Bug Fixes | ||
* **metrics-scala:** release process if versions in submodules differ ([525f791](https://github.com/stryker-mutator/mutation-testing-elements/commit/525f791d507899df2dc843704cb0ac398a47982c)) | ||
* **sonatype:** give elements and report-schema their own sonatype version ([ec93ce3](https://github.com/stryker-mutator/mutation-testing-elements/commit/ec93ce3861fcb46e052626fa59c0db5597487345)) | ||
### Features | ||
* **schema:** Allow for ProjectRoot with absolute path to the projectfolder ([e8e8425](https://github.com/stryker-mutator/mutation-testing-elements/commit/e8e842531b689276be97eff371c3c8816bef3425)) | ||
# [1.4.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.3.1...v1.4.0) (2020-08-25) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "mutation-testing-metrics-scala", | ||
"version": "1.4.0", | ||
"version": "1.4.2", | ||
"description": "Zero-dependency library to calculate mutation testing metrics in Scala.", | ||
@@ -21,3 +21,3 @@ "scripts": { | ||
"homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/mutation-testing-metrics-scala#readme", | ||
"gitHead": "f3e74496c4bef02116b628b25299e133db8d90b7" | ||
"gitHead": "9e61aa82c9d0ff52f822b2f1dc3cdddf1b041305" | ||
} |
21552