Skip to content

Commit f18a945

Browse files
committed
chore: release v2.4.1
1 parent 630201b commit f18a945

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [2.4.1](https://github.com/webdriverio/mcp/compare/v2.4.0...v2.4.1) (2026-03-17)
4+
5+
### Features
6+
7+
* implement session step recording, history lifecycle, and WebdriverIO code generation ([6c41763](https://github.com/webdriverio/mcp/commit/6c417632fe05414659119e8531bab7394d81318d))
8+
9+
### Bug Fixes
10+
11+
* Use browser.$() for element instead of $() ([630201b](https://github.com/webdriverio/mcp/commit/630201b140b3f6d399ef452796c3a71feca8011a))
12+
313
## [2.4.0](https://github.com/webdriverio/mcp/compare/v2.3.1...v2.4.0) (2026-03-17)
414

515
### 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.4.0",
8+
"version": "2.4.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)