Skip to content

Commit

Permalink
v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Nov 25, 2024
1 parent 38e93c0 commit fb83484
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 deletions.
11 changes: 11 additions & 0 deletions 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.

## [3.4.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.4.0...v3.4.1) (2024-11-25)


### Bug Fixes

* **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))





# [3.4.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.3.0...v3.4.0) (2024-11-22)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": ["packages/*"],
"version": "3.4.0",
"version": "3.4.1",
"command": {
"version": {
"allowBranch": "master",
Expand Down
2 changes: 1 addition & 1 deletion 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/metrics-scala/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.

## [3.4.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.4.0...v3.4.1) (2024-11-25)


### Bug Fixes

* **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))





# [3.4.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.3.0...v3.4.0) (2024-11-22)

**Note:** Version bump only for package mutation-testing-metrics-scala
Expand Down
2 changes: 1 addition & 1 deletion packages/metrics-scala/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mutation-testing-metrics-scala",
"version": "3.4.0",
"version": "3.4.1",
"description": "Zero-dependency library to calculate mutation testing metrics in Scala.",
"nx": {
"name": "metrics-scala",
Expand Down

0 comments on commit fb83484

Please sign in to comment.