Skip to content

Commit d4b081e

Browse files
committed
chore: release v3.2.1
1 parent 0ade044 commit d4b081e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [3.2.1](https://github.com/webdriverio/mcp/compare/v3.2.0...v3.2.1) (2026-04-01)
4+
5+
### Bug Fixes
6+
7+
* Add support for external BrowserStack Local tunnel handling and dynamic connection configurations ([ef016bd](https://github.com/webdriverio/mcp/commit/ef016bd05b680a3009f01c6a60efcb09347ff9c6))
8+
39
## [3.2.0](https://github.com/webdriverio/mcp/compare/v3.1.1...v3.2.0) (2026-04-01)
410

511
### Features

package.json

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

0 commit comments

Comments
 (0)