From 8e7a792c370aa16f72aeaab4f04410ac3d7a3be9 Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Sat, 1 Nov 2025 12:34:20 -0700 Subject: [PATCH] chore: update version from 1.1.5 to 1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77f437a..92a270e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@anthropic-ai/mcpb", "description": "Tools for building MCP Bundles", - "version": "1.1.5", + "version": "1.2.0", "type": "module", "main": "dist/index.js", "module": "dist/index.js",