Skip to content

Commit 507cc88

Browse files
v3.0.1
1 parent 704a5db commit 507cc88

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.0.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.0...v3.0.1) (2023-11-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **exports:** add dist/mutation-test-elements.js to package exports ([704a5db](https://github.com/stryker-mutator/mutation-testing-elements/commit/704a5db665507a831042d75d86c82efa695996e3))
12+
13+
14+
15+
16+
617
# [3.0.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.5...v3.0.0) (2023-11-16)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"command": {
55
"version": {
66
"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/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.0.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.0...v3.0.1) (2023-11-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **exports:** add dist/mutation-test-elements.js to package exports ([704a5db](https://github.com/stryker-mutator/mutation-testing-elements/commit/704a5db665507a831042d75d86c82efa695996e3))
12+
13+
14+
15+
16+
617
# [3.0.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.5...v3.0.0) (2023-11-16)
718

819

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.0.0",
3+
"version": "3.0.1",
44
"description": "A suite of web components for a mutation testing report.",
55
"unpkg": "dist/mutation-test-elements.js",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)