Skip to content

Commit fb5cb66

Browse files
committed
chore: release v3.2.0
1 parent d4eae57 commit fb5cb66

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+
## [3.2.0](https://github.com/webdriverio/mcp/compare/v3.1.1...v3.2.0) (2026-04-01)
4+
5+
### Features
6+
7+
* Integrate auto-start BrowserStack Local tunnel on session start & management ([5827a99](https://github.com/webdriverio/mcp/commit/5827a99a57d621375d25d13fec1e9608ad5f8486))
8+
9+
### Bug Fixes
10+
11+
* Handle existing BrowserStack tunnel gracefully in `start` method ([0084513](https://github.com/webdriverio/mcp/commit/00845133beff9a32c2c5f9c047cbc0bcfbfae5bb))
12+
313
## [3.1.1](https://github.com/webdriverio/mcp/compare/v3.1.0...v3.1.1) (2026-03-30)
414

515
### Bug Fixes

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.1.1",
9+
"version": "3.2.0",
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)