diff --git a/package-lock.json b/package-lock.json index 7d28c11..3f86cb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8235,7 +8235,7 @@ } }, "packages/mutation-server-protocol": { - "version": "0.1.1", + "version": "0.2.0", "license": "Apache-2.0", "dependencies": { "zod": "^3.23.8" diff --git a/packages/mutation-server-protocol/CHANGELOG.md b/packages/mutation-server-protocol/CHANGELOG.md index dbeafbe..0a06551 100644 --- a/packages/mutation-server-protocol/CHANGELOG.md +++ b/packages/mutation-server-protocol/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/stryker-mutator/editor-plugins/compare/mutation-server-protocol@0.1.1...mutation-server-protocol@0.2.0) (2024-10-31) + +### Bug Fixes + +- **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)) + ## [0.1.1](https://github.com/stryker-mutator/editor-plugins/compare/mutation-server-protocol@0.1.0...mutation-server-protocol@0.1.1) (2024-10-26) **Note:** Version bump only for package mutation-server-protocol diff --git a/packages/mutation-server-protocol/package.json b/packages/mutation-server-protocol/package.json index 86894fc..fdc74b3 100644 --- a/packages/mutation-server-protocol/package.json +++ b/packages/mutation-server-protocol/package.json @@ -1,6 +1,6 @@ { "name": "mutation-server-protocol", - "version": "0.1.1", + "version": "0.2.0", "type": "module", "description": "Schema validation for the mutation server protocol (MSP).", "main": "dist/schema.js",