Skip to content

Commit 165a154

Browse files
authored
chore(master): release 0.5.0 (#24)
1 parent 20ac3b1 commit 165a154

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/gemini-testing/testplane-mcp/compare/v0.4.0...v0.5.0) (2025-08-28)
4+
5+
6+
### Features
7+
8+
* implement takeViewportScreenshot tool ([#26](https://github.com/gemini-testing/testplane-mcp/issues/26)) ([20ac3b1](https://github.com/gemini-testing/testplane-mcp/commit/20ac3b1129b3612457df8429664582f263b682fc))
9+
* **mcp-tools:** add attach to existing browser ([7b2ae9b](https://github.com/gemini-testing/testplane-mcp/commit/7b2ae9b3f24b1ff7b79d5a70b6b6e9f8ee15d2f0))
10+
* **mcp-tools:** add hover element tool ([06790c8](https://github.com/gemini-testing/testplane-mcp/commit/06790c8485659ec91d152c3ecbee36481a123cd3))
11+
312
## [0.4.0](https://github.com/gemini-testing/testplane-mcp/compare/v0.3.0...v0.4.0) (2025-07-24)
413

514

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": "@testplane/mcp",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "MCP server for Testplane tool",
55
"main": "build/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)