豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 966b86f

Browse files
fix: versioning for Claude Code plugin (#1233)
Currently we provide latest, but this means that Claude Code plugin check if there was an update and skips updating.
1 parent d19a235 commit 966b86f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.claude-plugin/marketplace.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "chrome-devtools-plugins",
3-
"version": "1.0.0",
3+
"version": "0.20.3",
44
"description": "Bundled plugins for actuating and debugging the Chrome browser.",
5+
"repository": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
56
"owner": {
67
"name": "Chrome DevTools Team",
78
"email": "devtools-dev@chromium.org"

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chrome-devtools-mcp",
3-
"version": "latest",
3+
"version": "0.20.3",
44
"description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer",
55
"mcpServers": {
66
"chrome-devtools": {

release-please-config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
2929
"type": "json",
3030
"path": "server.json",
3131
"jsonpath": "packages[0].version"
32+
},
33+
{
34+
"type": "json",
35+
"path": ".claude-plugin/marketplace.json",
36+
"jsonpath": "version"
37+
},
38+
{
39+
"type": "json",
40+
"path": ".claude-plugin/plugin.json",
41+
"jsonpath": "version"
3242
}
3343
]
3444
}

0 commit comments

Comments
 (0)