Skip to content

Commit b2c98a4

Browse files
chore(main): release chrome-devtools-mcp 0.1.0 (#9)
🤖 I have created a release *beep* *boop* --- ## [0.1.0](chrome-devtools-mcp-v0.0.1...chrome-devtools-mcp-v0.1.0) (2025-09-15) ### Features * improve tools with awaiting common events ([#10](#10)) ([dba8b3c](dba8b3c)) * initial version ([31a0bdc](31a0bdc)) ### Bug Fixes * define tracing categories ([#21](#21)) ([c939456](c939456)) * detect multiple instances and throw ([#12](#12)) ([732267d](732267d)) * make sure tool calls are processed sequentially ([#22](#22)) ([a76b23d](a76b23d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 3fcea79 commit b2c98a4

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.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.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/ChromeDevTools/chrome-devtools-mcp/compare/chrome-devtools-mcp-v0.0.1...chrome-devtools-mcp-v0.1.0) (2025-09-15)
4+
5+
6+
### Features
7+
8+
* improve tools with awaiting common events ([#10](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/10)) ([dba8b3c](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/dba8b3c5fad0d1bca26aaf172751c51188799927))
9+
* initial version ([31a0bdc](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/31a0bdce266a33eaca9a7daae4611abb78ff5a25))
10+
11+
12+
### Bug Fixes
13+
14+
* define tracing categories ([#21](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/21)) ([c939456](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/c93945657cc96ac7ba213730a750c16e9ab87526))
15+
* detect multiple instances and throw ([#12](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/12)) ([732267d](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/732267db5fea0048ed1fcc530bcdd074df4126be))
16+
* make sure tool calls are processed sequentially ([#22](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/22)) ([a76b23d](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/a76b23dccf074a13304b0341178665465a2c3399))

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": "chrome-devtools-mcp",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "MCP server for Chrome DevTools",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)