Skip to content

Commit eee2f3f

Browse files
chore(main): release opera-devtools-mcp 0.2.3
1 parent 8d2c167 commit eee2f3f

9 files changed

Lines changed: 226 additions & 10 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opera-devtools-plugins",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Bundled plugins for automating Opera browsers, including Opera Neon, and their built-in AI features.",
55
"repository": "https://github.com/operasoftware/opera-devtools-mcp",
66
"owner": {

.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": "opera-devtools-mcp",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Automate Opera browsers, including Opera Neon, and their built-in AI features",
55
"mcpServers": {
66
"opera-devtools": {

.github/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": "0.26.0",
3+
"version": "0.2.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-manifest.json

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

CHANGELOG.md

Lines changed: 216 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": "opera-devtools-mcp",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "MCP server for Opera 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/operasoftware/opera-devtools-mcp",
88
"source": "github"
99
},
10-
"version": "0.2.2",
10+
"version": "0.2.3",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"registryBaseUrl": "https://registry.npmjs.org",
1515
"identifier": "opera-devtools-mcp",
16-
"version": "0.2.2",
16+
"version": "0.2.3",
1717
"transport": {
1818
"type": "stdio"
1919
},

src/version.ts

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

99
// If moved update release-please config
1010
// x-release-please-start-version
11-
export const VERSION = '0.2.2';
11+
export const VERSION = '0.2.3';
1212
// x-release-please-end

0 commit comments

Comments
 (0)