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