Skip to content

Commit 26c0164

Browse files
committed
chore: release v2.2.0
1 parent 5c5e9ff commit 26c0164

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [2.2.0](https://github.com/webdriverio/mcp/compare/v2.1.0...v2.2.0) (2026-02-05)
4+
5+
### Features
6+
7+
* Add `snapshot` subpath export and include lightweight element utilities ([e6afa09](https://github.com/webdriverio/mcp/commit/e6afa09868bb663e969afbb719e466620b8b6010))
8+
* Add browser accessibility tree support and improve element handling ([97a4a0f](https://github.com/webdriverio/mcp/commit/97a4a0fb886a91f02e901acc5d671b6a89e1ab9a))
9+
* Rework mobile locator generation ([7e290e1](https://github.com/webdriverio/mcp/commit/7e290e11ba9155c17eaf1ad1dcbed0c68c8c101a))
10+
11+
### Refactoring
12+
13+
* Modularize and clean up locator generation and XML parsing components ([e09e9aa](https://github.com/webdriverio/mcp/commit/e09e9aaeb9037784610c5df1395f0889bdae3127))
14+
315
## [2.1.0](https://github.com/webdriverio/mcp/compare/v2.0.0...v2.1.0) (2026-01-27)
416

517
### Performance

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "git://github.com/webdriverio/mcp.git"
77
},
8-
"version": "2.1.0",
8+
"version": "2.2.0",
99
"description": "MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)",
1010
"main": "./lib/server.js",
1111
"module": "./lib/server.js",

0 commit comments

Comments
 (0)