From 889ddd37c33a758affb8dc8680579429bbf1254e Mon Sep 17 00:00:00 2001 From: Felix Weinberger Date: Fri, 7 Aug 2026 13:56:40 +0000 Subject: [PATCH] chore: bump version to 0.2.0-alpha.11 No-Verification-Needed: version bump only, no code change --- 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 ef3d6eac..d11fdfc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@modelcontextprotocol/conformance", - "version": "0.2.0-alpha.10", + "version": "0.2.0-alpha.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@modelcontextprotocol/conformance", - "version": "0.2.0-alpha.10", + "version": "0.2.0-alpha.11", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", diff --git a/package.json b/package.json index f6243540..af723a17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/conformance", - "version": "0.2.0-alpha.10", + "version": "0.2.0-alpha.11", "type": "module", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)",