Skip to content

Commit a556605

Browse files
committed
1 parent e72a430 commit a556605

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2024-10-26)
7+
8+
### Features
9+
10+
- **msp:** add "mutation-server-protocol" package ([#3](https://github.com/stryker-mutator/editor-plugins/issues/3)) ([fdfcbb6](https://github.com/stryker-mutator/editor-plugins/commit/fdfcbb64de679105284c1d48847749c14efe9521))

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.0.0",
3+
"version": "0.1.0",
44
"type": "module",
55
"description": "Schema validation for the mutation server protocol (MSP).",
66
"main": "dist/schema.js",

0 commit comments

Comments
 (0)