From 774211250668d8f58be8ad3e960a029028b19cb7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 17 Sep 2026 14:54:56 +0000 Subject: [PATCH 1/2] 0.9.0 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76c6ae2..8be538d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.0] + +### Uncategorized + +- chore: add android cdp ([#46](https://github.com/MetaMask/client-mcp-core/pull/46)) +- fix: report mobile element geometry and viewport visibility ([#45](https://github.com/MetaMask/client-mcp-core/pull/45)) + ## [0.8.0] ### Added @@ -79,7 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - feat: initial release -[Unreleased]: https://github.com/MetaMask/client-mcp-core/compare/v0.8.0...HEAD +[Unreleased]: https://github.com/MetaMask/client-mcp-core/compare/v0.9.0...HEAD +[0.9.0]: https://github.com/MetaMask/client-mcp-core/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/MetaMask/client-mcp-core/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/MetaMask/client-mcp-core/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/MetaMask/client-mcp-core/compare/v0.5.0...v0.6.0 diff --git a/package.json b/package.json index acfcd8e..422c44c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/client-mcp-core", - "version": "0.8.0", + "version": "0.9.0", "description": "HTTP daemon and CLI for agent-driven browser extension testing with Playwright", "keywords": [ "playwright", From 0f89210c286b0bfb970e85ee0d82db785cbddddb Mon Sep 17 00:00:00 2001 From: Priya Date: Thu, 17 Sep 2026 16:57:35 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be538d..9d56728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.9.0] -### Uncategorized +### Added - chore: add android cdp ([#46](https://github.com/MetaMask/client-mcp-core/pull/46)) + +### Fixed + - fix: report mobile element geometry and viewport visibility ([#45](https://github.com/MetaMask/client-mcp-core/pull/45)) ## [0.8.0]