Skip to content

Commit 7fb84a9

Browse files
committed
chore: release v2.2.1
1 parent c5e1a0b commit 7fb84a9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [2.2.1](https://github.com/webdriverio/mcp/compare/v2.2.0...v2.2.1) (2026-02-08)
4+
5+
### Bug Fixes
6+
7+
* Improve XML node comparison logic for cross-traversal compatibility ([11e8291](https://github.com/webdriverio/mcp/commit/11e8291e97ba84a9a835d47012f4dfb3f232a586))
8+
39
## [2.2.0](https://github.com/webdriverio/mcp/compare/v2.1.0...v2.2.0) (2026-02-05)
410

511
### Features

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.2.0",
8+
"version": "2.2.1",
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)