Skip to content

Commit fb83484

Browse files
v3.4.1
1 parent 38e93c0 commit fb83484

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.4.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.4.0...v3.4.1) (2024-11-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **metrics-scala:** compile to Scala 3 LTS version ([#3529](https://github.com/stryker-mutator/mutation-testing-elements/issues/3529)) ([ada0979](https://github.com/stryker-mutator/mutation-testing-elements/commit/ada097947f4e8fce47a6f290a824472b8585284e))
12+
13+
14+
15+
16+
617
# [3.4.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.3.0...v3.4.0) (2024-11-22)
718

819

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.4.0",
4+
"version": "3.4.1",
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.4.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.4.0...v3.4.1) (2024-11-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **metrics-scala:** compile to Scala 3 LTS version ([#3529](https://github.com/stryker-mutator/mutation-testing-elements/issues/3529)) ([ada0979](https://github.com/stryker-mutator/mutation-testing-elements/commit/ada097947f4e8fce47a6f290a824472b8585284e))
12+
13+
14+
15+
16+
617
# [3.4.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.3.0...v3.4.0) (2024-11-22)
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.4.0",
3+
"version": "3.4.1",
44
"description": "Zero-dependency library to calculate mutation testing metrics in Scala.",
55
"nx": {
66
"name": "metrics-scala",

0 commit comments

Comments
 (0)