Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Feb 23, 2021
1 parent 3a7782b commit aaf05db
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.6.0...v1.6.1) (2021-02-23)


### Bug Fixes

* **mutant-model:** add missing `statusReason` field ([#916](https://github.com/stryker-mutator/mutation-testing-elements/issues/916)) ([80ffbec](https://github.com/stryker-mutator/mutation-testing-elements/commit/80ffbec023e860a7b64f8bd5dbf849ac2d5b76d2))





# [1.6.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.5.2...v1.6.0) (2021-02-22)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.6.0",
"version": "1.6.1",
"command": {
"version": {
"allowBranch": "master"
Expand Down
8 changes: 8 additions & 0 deletions packages/mutation-testing-elements/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.6.0...v1.6.1) (2021-02-23)

**Note:** Version bump only for package mutation-testing-elements





# [1.6.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.5.2...v1.6.0) (2021-02-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/mutation-testing-elements/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/mutation-testing-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mutation-testing-elements",
"version": "1.6.0",
"version": "1.6.1",
"description": "A suite of web components for a mutation testing report.",
"unpkg": "dist/mutation-test-elements.js",
"main": "dist/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/mutation-testing-elements#readme",
"devDependencies": {
"@types/prismjs": "^1.16.1",
"mutation-testing-metrics": "^1.6.0",
"mutation-testing-metrics": "^1.6.1",
"mutation-testing-report-schema": "^1.6.0",
"prismjs": "^1.21.0"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/mutation-testing-metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.6.0...v1.6.1) (2021-02-23)


### Bug Fixes

* **mutant-model:** add missing `statusReason` field ([#916](https://github.com/stryker-mutator/mutation-testing-elements/issues/916)) ([80ffbec](https://github.com/stryker-mutator/mutation-testing-elements/commit/80ffbec023e860a7b64f8bd5dbf849ac2d5b76d2))





# [1.6.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.5.2...v1.6.0) (2021-02-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/mutation-testing-metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mutation-testing-metrics",
"version": "1.6.0",
"version": "1.6.1",
"description": "Utility functions to calculate mutation testing metrics.",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down

0 comments on commit aaf05db

Please sign in to comment.