Skip to content

Commit f15574b

Browse files
authored
chore(master): release 0.3.0 (#18)
1 parent 12ad0f3 commit f15574b

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.3.0](https://github.com/gemini-testing/testplane-mcp/compare/v0.2.0...v0.3.0) (2025-06-18)
4+
5+
6+
### Features
7+
8+
* implement tab management tools ([#17](https://github.com/gemini-testing/testplane-mcp/issues/17)) ([12ad0f3](https://github.com/gemini-testing/testplane-mcp/commit/12ad0f3ee481bb803a71b643a1cd3951daf512fb))
9+
* implement take page snapshot command ([#16](https://github.com/gemini-testing/testplane-mcp/issues/16)) ([dede051](https://github.com/gemini-testing/testplane-mcp/commit/dede051a3da90e2eba3ff379f316c770ad592eee))
10+
* use optimized snapshots provided by testplane ([#15](https://github.com/gemini-testing/testplane-mcp/issues/15)) ([1f09ebc](https://github.com/gemini-testing/testplane-mcp/commit/1f09ebccf85bae614c66c947295d5cc6b826e108))
11+
312
## [0.2.0](https://github.com/gemini-testing/testplane-mcp/compare/v0.1.2...v0.2.0) (2025-06-10)
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.2.0",
3+
"version": "0.3.0",
44
"description": "MCP server for Testplane tool",
55
"main": "build/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)