From 65fcd39617d7acac3c27c22f1514b072202082c5 Mon Sep 17 00:00:00 2001 From: Felix Weinberger Date: Fri, 19 Jun 2026 12:02:53 +0000 Subject: [PATCH] chore: bump version to 0.2.0-alpha.5 --- 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 1250406a..b90efef4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@modelcontextprotocol/conformance", - "version": "0.2.0-alpha.4", + "version": "0.2.0-alpha.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@modelcontextprotocol/conformance", - "version": "0.2.0-alpha.4", + "version": "0.2.0-alpha.5", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", diff --git a/package.json b/package.json index 1d110048..938f1af3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/conformance", - "version": "0.2.0-alpha.4", + "version": "0.2.0-alpha.5", "type": "module", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)",