Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Nov 16, 2023
1 parent 704a5db commit 507cc88
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.0.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.0...v3.0.1) (2023-11-16)


### Bug Fixes

* **exports:** add dist/mutation-test-elements.js to package exports ([704a5db](https://github.com/stryker-mutator/mutation-testing-elements/commit/704a5db665507a831042d75d86c82efa695996e3))





# [3.0.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.5...v3.0.0) (2023-11-16)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "3.0.0",
"version": "3.0.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/elements/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.0.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.0...v3.0.1) (2023-11-16)


### Bug Fixes

* **exports:** add dist/mutation-test-elements.js to package exports ([704a5db](https://github.com/stryker-mutator/mutation-testing-elements/commit/704a5db665507a831042d75d86c82efa695996e3))





# [3.0.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.5...v3.0.0) (2023-11-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mutation-testing-elements",
"version": "3.0.0",
"version": "3.0.1",
"description": "A suite of web components for a mutation testing report.",
"unpkg": "dist/mutation-test-elements.js",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 507cc88

Please sign in to comment.