Skip to content

Commit 3fd04e1

Browse files
v3.6.0
1 parent 88f7292 commit 3fd04e1

File tree

7 files changed

+35
-5
lines changed

7 files changed

+35
-5
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.6.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.4...v3.6.0) (2025-08-13)
7+
8+
9+
### Features
10+
11+
* **elements:** python code highlighting support ([#3860](https://github.com/stryker-mutator/mutation-testing-elements/issues/3860)) ([88f7292](https://github.com/stryker-mutator/mutation-testing-elements/commit/88f72923f7e2eb6388b5ade0c79993946d15ddaf))
12+
13+
14+
15+
16+
617
## [3.5.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.3...v3.5.4) (2025-05-27)
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.5.4",
4+
"version": "3.6.0",
55
"command": {
66
"version": {
77
"allowBranch": "master",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/elements/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.6.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.4...v3.6.0) (2025-08-13)
7+
8+
9+
### Features
10+
11+
* **elements:** python code highlighting support ([#3860](https://github.com/stryker-mutator/mutation-testing-elements/issues/3860)) ([88f7292](https://github.com/stryker-mutator/mutation-testing-elements/commit/88f72923f7e2eb6388b5ade0c79993946d15ddaf))
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-elements

packages/elements/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-elements",
3-
"version": "3.5.3",
3+
"version": "3.6.0",
44
"description": "A suite of web components for a mutation testing report.",
55
"unpkg": "dist/mutation-test-elements.js",
66
"browser": "dist/mutation-test-elements.js",

packages/metrics-scala/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.6.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.4...v3.6.0) (2025-08-13)
7+
8+
**Note:** Version bump only for package mutation-testing-metrics-scala
9+
10+
11+
12+
13+
614
## [3.5.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.3...v3.5.4) (2025-05-27)
715

816

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.4",
3+
"version": "3.6.0",
44
"description": "Zero-dependency library to calculate mutation testing metrics in Scala.",
55
"nx": {
66
"name": "metrics-scala",

0 commit comments

Comments
 (0)