Skip to content

Commit

Permalink
v7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Oct 2, 2023
1 parent c56c33e commit fa746b5
Show file tree
Hide file tree
Showing 31 changed files with 284 additions and 119 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.2.0](https://github.com/stryker-mutator/stryker-js/compare/v7.1.1...v7.2.0) (2023-10-02)

### Bug Fixes

- **deps:** update dependency execa to v7.2.0 ([#4384](https://github.com/stryker-mutator/stryker-js/issues/4384)) ([d3da2d4](https://github.com/stryker-mutator/stryker-js/commit/d3da2d49fafd793bd0f652497f1b3894767e8bf4))
- **deps:** update dependency execa to v8 ([#4456](https://github.com/stryker-mutator/stryker-js/issues/4456)) ([47a3483](https://github.com/stryker-mutator/stryker-js/commit/47a34838d6cab2a6cdfd09b4689a5116c0302a76))
- **deps:** update dependency tslib to v2.6.2 ([#4380](https://github.com/stryker-mutator/stryker-js/issues/4380)) ([ad03cf6](https://github.com/stryker-mutator/stryker-js/commit/ad03cf6603bc72b235a67dd65744ddfa9ad0352c))
- **deps:** update mutation-testing-elements monorepo to v2.0.3 ([#4399](https://github.com/stryker-mutator/stryker-js/issues/4399)) ([2aa1f54](https://github.com/stryker-mutator/stryker-js/commit/2aa1f542f738512899ead0304200fc0c48250892))
- **npm package:** ignore unused files ([#4405](https://github.com/stryker-mutator/stryker-js/issues/4405)) ([f14e789](https://github.com/stryker-mutator/stryker-js/commit/f14e78944652ceccd205ca1541465292e758c565))

### Features

- **config:** allow suffix 'config' to config filename ([#4308](https://github.com/stryker-mutator/stryker-js/issues/4308)) ([fc8596e](https://github.com/stryker-mutator/stryker-js/commit/fc8596e1e4d53b0f9343f7bf2b3ee1f5e89f19d4))
- **reporter:** configurable clear-text reporter ([#4330](https://github.com/stryker-mutator/stryker-js/issues/4330)) ([74bcc74](https://github.com/stryker-mutator/stryker-js/commit/74bcc74b7fe4ea661c6b466e40f6b88dfdc8320a))
- **string mutations:** don't mutate Symbol descriptions ([#4407](https://github.com/stryker-mutator/stryker-js/issues/4407)) ([bdd0d5c](https://github.com/stryker-mutator/stryker-js/commit/bdd0d5c96c51371f347c06d66555ff255aaf3a6e))

## [7.1.1](https://github.com/stryker-mutator/stryker-js/compare/v7.1.0...v7.1.1) (2023-07-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "7.1.1",
"version": "7.2.0",
"command": {
"version": {
"allowBranch": ["master", "epic/*", "feat/*"],
Expand Down
114 changes: 57 additions & 57 deletions package-lock.json

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

11 changes: 11 additions & 0 deletions packages/api/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.

# [7.2.0](https://github.com/stryker-mutator/stryker-js/compare/v7.1.1...v7.2.0) (2023-10-02)

### Bug Fixes

- **deps:** update mutation-testing-elements monorepo to v2.0.3 ([#4399](https://github.com/stryker-mutator/stryker-js/issues/4399)) ([2aa1f54](https://github.com/stryker-mutator/stryker-js/commit/2aa1f542f738512899ead0304200fc0c48250892))
- **npm package:** ignore unused files ([#4405](https://github.com/stryker-mutator/stryker-js/issues/4405)) ([f14e789](https://github.com/stryker-mutator/stryker-js/commit/f14e78944652ceccd205ca1541465292e758c565))

### Features

- **reporter:** configurable clear-text reporter ([#4330](https://github.com/stryker-mutator/stryker-js/issues/4330)) ([74bcc74](https://github.com/stryker-mutator/stryker-js/commit/74bcc74b7fe4ea661c6b466e40f6b88dfdc8320a))

## [7.1.1](https://github.com/stryker-mutator/stryker-js/compare/v7.1.0...v7.1.1) (2023-07-15)

### Bug Fixes
Expand Down
Loading

0 comments on commit fa746b5

Please sign in to comment.