Skip to content

Commit f6e4890

Browse files
committed
chore(main): release brave-mcp 1.2.0
1 parent 93b26f6 commit f6e4890

7 files changed

Lines changed: 222 additions & 8 deletions

File tree

.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": "brave-mcp",
3-
"version": "0.6.0",
3+
"version": "1.2.0",
44
"description": "Reliable automation, in-depth debugging, and performance analysis in Brave using DevTools and Puppeteer",
55
"mcpServers": {
66
"brave-devtools": {

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.0"
2+
".": "1.2.0"
33
}

CHANGELOG.md

Lines changed: 214 additions & 0 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brave-mcp",
3-
"version": "0.6.0",
3+
"version": "1.2.0",
44
"description": "MCP server for Brave DevTools",
55
"type": "module",
66
"bin": {

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/triuzzi/brave-devtools-mcp",
88
"source": "github"
99
},
10-
"version": "0.6.0",
10+
"version": "1.2.0",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"registryBaseUrl": "https://registry.npmjs.org",
1515
"identifier": "brave-mcp",
16-
"version": "0.6.0",
16+
"version": "1.2.0",
1717
"transport": {
1818
"type": "stdio"
1919
},

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
// If moved update release-please config
88
// x-release-please-start-version
9-
export const VERSION = '0.6.0';
9+
export const VERSION = '1.2.0';
1010
// x-release-please-end

0 commit comments

Comments
 (0)