Skip to content

Commit f343258

Browse files
committed
chore(master): release 0.3.0
1 parent dede051 commit f343258

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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 take page snapshot command ([#16](https://github.com/gemini-testing/testplane-mcp/issues/16)) ([dede051](https://github.com/gemini-testing/testplane-mcp/commit/dede051a3da90e2eba3ff379f316c770ad592eee))
9+
* 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))
10+
311
## [0.2.0](https://github.com/gemini-testing/testplane-mcp/compare/v0.1.2...v0.2.0) (2025-06-10)
412

513

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)