From c345111af9659b872096caab2e13dfaf9d5dd025 Mon Sep 17 00:00:00 2001 From: Nikolay Vitkov Date: Tue, 24 Mar 2026 11:14:31 +0100 Subject: [PATCH 1/2] fix: versioning for Claude plugin --- .claude-plugin/marketplace.json | 3 ++- .claude-plugin/plugin.json | 2 +- release-please-config.json | 10 ++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 26c7305e7..507afb295 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,7 +1,8 @@ { "name": "chrome-devtools-plugins", - "version": "1.0.0", + "version": "0.20.2", "description": "Bundled plugins for actuating and debugging the Chrome browser.", + "repository": "https://github.com/ChromeDevTools/chrome-devtools-mcp", "owner": { "name": "Chrome DevTools Team", "email": "devtools-dev@chromium.org" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 1033f4171..ba986edfe 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "chrome-devtools-mcp", - "version": "latest", + "version": "0.20.2", "description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer", "mcpServers": { "chrome-devtools": { diff --git a/release-please-config.json b/release-please-config.json index 60028c43d..b09f46882 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -29,6 +29,16 @@ "type": "json", "path": "server.json", "jsonpath": "packages[0].version" + }, + { + "type": "json", + "path": ".claude-plugin/marketplace.json", + "jsonpath": "version" + }, + { + "type": "json", + "path": ".claude-plugin/plugin.json", + "jsonpath": "version" } ] } From 10d8dc09cfce45a165004143a628b241a6f8abdf Mon Sep 17 00:00:00 2001 From: Nikolay Vitkov Date: Tue, 24 Mar 2026 11:45:53 +0100 Subject: [PATCH 2/2] fix --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 507afb295..e347b4058 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,6 +1,6 @@ { "name": "chrome-devtools-plugins", - "version": "0.20.2", + "version": "0.20.3", "description": "Bundled plugins for actuating and debugging the Chrome browser.", "repository": "https://github.com/ChromeDevTools/chrome-devtools-mcp", "owner": { diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index ba986edfe..51464ff4a 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "chrome-devtools-mcp", - "version": "0.20.2", + "version": "0.20.3", "description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer", "mcpServers": { "chrome-devtools": {