Skip to content

Commit 47c1ee7

Browse files
committed
1 parent 858bdcb commit 47c1ee7

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

package-lock.json

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

packages/mutation-server-protocol/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.4.1](https://github.com/stryker-mutator/editor-plugins/compare/[email protected]@0.4.1) (2026-01-16)
7+
8+
**Note:** Version bump only for package mutation-server-protocol
9+
610
# [0.4.0](https://github.com/stryker-mutator/editor-plugins/compare/[email protected]@0.4.0) (2025-11-07)
711

812
### Features

packages/mutation-server-protocol/package.json

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

packages/vscode-plugin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.4.0](https://github.com/stryker-mutator/editor-plugins/compare/[email protected]@0.4.0) (2026-01-16)
7+
8+
### Features
9+
10+
- publish to Open-VSX registry ([#81](https://github.com/stryker-mutator/editor-plugins/issues/81)) ([c7595f5](https://github.com/stryker-mutator/editor-plugins/commit/c7595f53f390cd8336cd7ff5ad3d761bb775014b))
11+
- Windows support & detect config file changes after setup failure ([#97](https://github.com/stryker-mutator/editor-plugins/issues/97)) ([858bdcb](https://github.com/stryker-mutator/editor-plugins/commit/858bdcb9df7b3175f70fb0675748ac8a5bee64dc))
12+
613
# 0.3.0 (2025-11-07)
714

815
### Bug Fixes

packages/vscode-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "stryker-mutator",
33
"displayName": "Stryker Mutation Testing",
44
"description": "Test your tests with mutation testing.",
5-
"version": "0.3.0",
5+
"version": "0.4.0",
66
"publisher": "stryker-mutator",
77
"private": true,
88
"author": "Jasper van der Veen",
@@ -137,7 +137,7 @@
137137
},
138138
"dependencies": {
139139
"json-rpc-2.0": "^1.7.1",
140-
"mutation-server-protocol": "0.4.0",
140+
"mutation-server-protocol": "0.4.1",
141141
"rxjs": "^7.8.2",
142142
"typed-inject": "^5.0.0"
143143
}

0 commit comments

Comments
 (0)