Skip to content

Commit d0706f9

Browse files
v3.5.4
1 parent b0e18dd commit d0706f9

File tree

5 files changed

+25
-3
lines changed

5 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.5.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.3...v3.5.4) (2025-05-27)
7+
8+
9+
### Bug Fixes
10+
11+
* sbt sonatype publishing configuration ([#3780](https://github.com/stryker-mutator/mutation-testing-elements/issues/3780)) ([b0e18dd](https://github.com/stryker-mutator/mutation-testing-elements/commit/b0e18ddc88f1b41251606b0340c0930d344226d6))
12+
13+
14+
15+
16+
617
## [3.5.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.2...v3.5.3) (2025-05-27)
718

819
**Note:** Version bump only for package root

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"packages": ["packages/*"],
4-
"version": "3.5.3",
4+
"version": "3.5.4",
55
"command": {
66
"version": {
77
"allowBranch": "master",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/metrics-scala/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.5.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.3...v3.5.4) (2025-05-27)
7+
8+
9+
### Bug Fixes
10+
11+
* sbt sonatype publishing configuration ([#3780](https://github.com/stryker-mutator/mutation-testing-elements/issues/3780)) ([b0e18dd](https://github.com/stryker-mutator/mutation-testing-elements/commit/b0e18ddc88f1b41251606b0340c0930d344226d6))
12+
13+
14+
15+
16+
617
## [3.5.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.2...v3.5.3) (2025-05-27)
718

819
**Note:** Version bump only for package mutation-testing-metrics-scala

packages/metrics-scala/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mutation-testing-metrics-scala",
3-
"version": "3.5.3",
3+
"version": "3.5.4",
44
"description": "Zero-dependency library to calculate mutation testing metrics in Scala.",
55
"nx": {
66
"name": "metrics-scala",

0 commit comments

Comments
 (0)