From 8a8071eafecd3abee514fcb039aba859ef00584d Mon Sep 17 00:00:00 2001 From: Paul Carleton Date: Tue, 16 Jun 2026 16:37:50 +0100 Subject: [PATCH] chore: bump version to 0.2.0-alpha.4 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e7849fd..1250406 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@modelcontextprotocol/conformance", - "version": "0.2.0-alpha.3", + "version": "0.2.0-alpha.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@modelcontextprotocol/conformance", - "version": "0.2.0-alpha.3", + "version": "0.2.0-alpha.4", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", diff --git a/package.json b/package.json index b6ced4a..1d11004 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/conformance", - "version": "0.2.0-alpha.3", + "version": "0.2.0-alpha.4", "type": "module", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)",