Skip to content

Commit

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

# [8.3.0](https://github.com/stryker-mutator/stryker-js/compare/v8.2.6...v8.3.0) (2024-08-01)

### Bug Fixes

- **babel:** update babel dependency to 7.25 ([#4916](https://github.com/stryker-mutator/stryker-js/issues/4916)) ([07e8088](https://github.com/stryker-mutator/stryker-js/commit/07e8088ad3face36e8fa44523b6dc6637a41e405))
- **deps:** update babel monorepo to ~7.24.0 ([#4762](https://github.com/stryker-mutator/stryker-js/issues/4762)) ([0a5d446](https://github.com/stryker-mutator/stryker-js/commit/0a5d446e3326f8e1ef8c81e1e4c2556158b1ec45))
- **deps:** update mutation-testing-elements monorepo to v3.1.1 ([#4824](https://github.com/stryker-mutator/stryker-js/issues/4824)) ([03eed69](https://github.com/stryker-mutator/stryker-js/commit/03eed690b05766265706139fb3c3ae96ffad3f4b))
- **mocha-runner:** compatibility with Mocha v10.5.1 and up ([#4885](https://github.com/stryker-mutator/stryker-js/issues/4885)) ([4cc43c8](https://github.com/stryker-mutator/stryker-js/commit/4cc43c854de85d8293d2878cb1c54091a5fe3adb))

### Features

- **deps:** update dependencies ([#4894](https://github.com/stryker-mutator/stryker-js/issues/4894)) ([eb61333](https://github.com/stryker-mutator/stryker-js/commit/eb61333a8640edfb4c60dbe456d5192dc6b8eeb9))

## [8.2.6](https://github.com/stryker-mutator/stryker-js/compare/v8.2.5...v8.2.6) (2024-02-25)

### 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.2.6",
"version": "8.3.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.

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

# [8.3.0](https://github.com/stryker-mutator/stryker-js/compare/v8.2.6...v8.3.0) (2024-08-01)

### Bug Fixes

- **deps:** update mutation-testing-elements monorepo to v3.1.1 ([#4824](https://github.com/stryker-mutator/stryker-js/issues/4824)) ([03eed69](https://github.com/stryker-mutator/stryker-js/commit/03eed690b05766265706139fb3c3ae96ffad3f4b))

### Features

- **deps:** update dependencies ([#4894](https://github.com/stryker-mutator/stryker-js/issues/4894)) ([eb61333](https://github.com/stryker-mutator/stryker-js/commit/eb61333a8640edfb4c60dbe456d5192dc6b8eeb9))

## [8.2.6](https://github.com/stryker-mutator/stryker-js/compare/v8.2.5...v8.2.6) (2024-02-25)

**Note:** Version bump only for package @stryker-mutator/api
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.2.6",
"version": "8.3.0",
"description": "The api for the extendable JavaScript mutation testing framework Stryker",
"type": "module",
"repository": {
Expand Down
Loading

0 comments on commit b9eb757

Please sign in to comment.