diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index d7e4a7147..39831a028 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,6 +1,6 @@ { "name": "chrome-devtools-plugins", - "version": "1.2.0", + "version": "1.3.0", "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 e85ba82ea..73516f4bc 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,12 +1,12 @@ { "name": "chrome-devtools-mcp", - "version": "1.2.0", + "version": "1.3.0", "description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer", "mcpServers": { "chrome-devtools": { "command": "npx", "args": [ - "chrome-devtools-mcp@1.2.0" + "chrome-devtools-mcp@1.3.0" ] } } diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 458298b87..8eaa5841b 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "devtools-for-agents", "description": "Help your agent build, debug, and verify your code correctly. With Chrome DevTools for agents, your AI agent can interact with the Chrome browser to test code, emulate users, and catch bugs using Chrome DevTools’ capabilities before shipping.", - "version": "1.2.0", + "version": "1.3.0", "author": { "name": "Google Chrome" }, @@ -12,7 +12,7 @@ "chrome-devtools": { "command": "npx", "args": [ - "chrome-devtools-mcp@1.2.0" + "chrome-devtools-mcp@1.3.0" ] } } diff --git a/.github/plugin/plugin.json b/.github/plugin/plugin.json index e85ba82ea..73516f4bc 100644 --- a/.github/plugin/plugin.json +++ b/.github/plugin/plugin.json @@ -1,12 +1,12 @@ { "name": "chrome-devtools-mcp", - "version": "1.2.0", + "version": "1.3.0", "description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer", "mcpServers": { "chrome-devtools": { "command": "npx", "args": [ - "chrome-devtools-mcp@1.2.0" + "chrome-devtools-mcp@1.3.0" ] } } diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f146397..96f1cd949 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f5435527..775e73120 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.3.0](https://github.com/ChromeDevTools/chrome-devtools-mcp/compare/chrome-devtools-mcp-v1.2.0...chrome-devtools-mcp-v1.3.0) (2026-06-12) + + +### 🎉 Features + +* Add retaining paths MCP tool ([#2187](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/2187)) ([a97c642](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/a97c642d43d19fc5198038a7544ff41528ddc316)) +* Add the get_heapsnapshot_edges MCP tool ([#2180](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/2180)) ([4f8eb7a](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/4f8eb7ad6beecc58f56ec383f9ff43549a5604d4)) +* include page title in list_pages output ([#2166](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/2166)) ([b646feb](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/b646feb4f33743a5ecdc6c5e3744e98f86374af3)) +* Use HeapSnapshotProxy.nodeIndexById ([#2193](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/2193)) ([6bd8c91](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/6bd8c91678035b5aa18ee40f72e1f630aa528837)) + + +### 🛠️ Fixes + +* Reset toolGroups before gathering toolGroups ([#2200](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/2200)) ([ed02047](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/ed02047ae90f25c4c15adb8fd7e224b963f43135)) + ## [1.2.0](https://github.com/ChromeDevTools/chrome-devtools-mcp/compare/chrome-devtools-mcp-v1.1.1...chrome-devtools-mcp-v1.2.0) (2026-06-08) diff --git a/gemini-extension.json b/gemini-extension.json index 431337591..9f0aa180b 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,11 +1,11 @@ { "name": "chrome-devtools-mcp", - "version": "1.2.0", + "version": "1.3.0", "mcpServers": { "chrome-devtools": { "command": "npx", "args": [ - "chrome-devtools-mcp@1.2.0" + "chrome-devtools-mcp@1.3.0" ] } } diff --git a/package-lock.json b/package-lock.json index 0f606271a..4efdd9aa9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "chrome-devtools-mcp", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "chrome-devtools-mcp", - "version": "1.2.0", + "version": "1.3.0", "license": "Apache-2.0", "bin": { "chrome-devtools": "build/src/bin/chrome-devtools.js", diff --git a/package.json b/package.json index 738e8949d..5edb9465a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chrome-devtools-mcp", - "version": "1.2.0", + "version": "1.3.0", "description": "MCP server for Chrome DevTools", "type": "module", "bin": { diff --git a/server.json b/server.json index 082aef656..8e207407d 100644 --- a/server.json +++ b/server.json @@ -7,13 +7,13 @@ "url": "https://github.com/ChromeDevTools/chrome-devtools-mcp", "source": "github" }, - "version": "1.2.0", + "version": "1.3.0", "packages": [ { "registryType": "npm", "registryBaseUrl": "https://registry.npmjs.org", "identifier": "chrome-devtools-mcp", - "version": "1.2.0", + "version": "1.3.0", "transport": { "type": "stdio" }, diff --git a/src/version.ts b/src/version.ts index 21a436faa..e8e0e2620 100644 --- a/src/version.ts +++ b/src/version.ts @@ -6,5 +6,5 @@ // If moved update release-please config // x-release-please-start-version -export const VERSION = '1.2.0'; +export const VERSION = '1.3.0'; // x-release-please-end