Skip to content

Commit 531a4c2

Browse files
committed
1 parent d2f13f6 commit 531a4c2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mutation-server-protocol/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [0.2.0](https://github.com/stryker-mutator/editor-plugins/compare/[email protected]@0.2.0) (2024-10-31)
7+
8+
### Bug Fixes
9+
10+
- **msp:** add files to results of `discover` and `mutationTest` ([#7](https://github.com/stryker-mutator/editor-plugins/issues/7)) ([d2f13f6](https://github.com/stryker-mutator/editor-plugins/commit/d2f13f60de173407a2f88703519aa6a13591a51e))
11+
612
## [0.1.1](https://github.com/stryker-mutator/editor-plugins/compare/[email protected]@0.1.1) (2024-10-26)
713

814
**Note:** Version bump only for package mutation-server-protocol

packages/mutation-server-protocol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mutation-server-protocol",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"type": "module",
55
"description": "Schema validation for the mutation server protocol (MSP).",
66
"main": "dist/schema.js",

0 commit comments

Comments
 (0)