Skip to content

Commit

Permalink
v8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Dec 6, 2024
1 parent ede4255 commit 755085e
Show file tree
Hide file tree
Showing 33 changed files with 204 additions and 119 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.7.0](https://github.com/stryker-mutator/stryker-js/compare/v8.6.0...v8.7.0) (2024-12-06)

### Bug Fixes

- **deps:** update dependency mutation-testing-elements to v3.4.0 ([#5138](https://github.com/stryker-mutator/stryker-js/issues/5138)) ([32001dd](https://github.com/stryker-mutator/stryker-js/commit/32001ddade1398b2a5e5a2d4af6230949d4e064d))
- support mocha v11 ([#5141](https://github.com/stryker-mutator/stryker-js/issues/5141)) ([ede4255](https://github.com/stryker-mutator/stryker-js/commit/ede42556a0ed6b3b605039e3b1690810299a6768))

### Features

- **logging:** remove dependency on log4js ([#5111](https://github.com/stryker-mutator/stryker-js/issues/5111)) ([276ffd8](https://github.com/stryker-mutator/stryker-js/commit/276ffd83bd7f63920144998a1e110aac27f19ac5))
- **temp-dir:** allow multiple instances to share the same temp-dir ([#5120](https://github.com/stryker-mutator/stryker-js/issues/5120)) ([d15453e](https://github.com/stryker-mutator/stryker-js/commit/d15453edfdad85b25ff55d46bd7333227226f540)), closes [#5086](https://github.com/stryker-mutator/stryker-js/issues/5086)

# [8.6.0](https://github.com/stryker-mutator/stryker-js/compare/v8.5.0...v8.6.0) (2024-09-29)

### 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": "8.6.0",
"version": "8.7.0",
"command": {
"version": {
"allowBranch": ["master", "epic/*", "feat/*"],
Expand Down
118 changes: 59 additions & 59 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.7.0](https://github.com/stryker-mutator/stryker-js/compare/v8.6.0...v8.7.0) (2024-12-06)

**Note:** Version bump only for package @stryker-mutator/api

# [8.6.0](https://github.com/stryker-mutator/stryker-js/compare/v8.5.0...v8.6.0) (2024-09-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/api",
"version": "8.6.0",
"version": "8.7.0",
"description": "The api for the extendable JavaScript mutation testing framework Stryker",
"type": "module",
"repository": {
Expand Down
Loading

0 comments on commit 755085e

Please sign in to comment.