Skip to content

Commit 086cc4e

Browse files
committed
chore: release v2.1.0
1 parent 1b70736 commit 086cc4e

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.1.0](https://github.com/webdriverio/mcp/compare/v2.0.0...v2.1.0) (2026-01-27)
4+
5+
### Performance
6+
7+
* Use uniform field structures for TOON tabular format across tools and scripts ([1b70736](https://github.com/webdriverio/mcp/commit/1b70736305a00d62afd4547d81d3116144c8822e))
8+
39
## [2.0.0](https://github.com/webdriverio/mcp/compare/v1.6.1...v2.0.0) (2026-01-23)
410

511
### ⚠ BREAKING CHANGES

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