Skip to content

Commit 60458e5

Browse files
committed
chore: release v1.6.1
1 parent 3b2eb3c commit 60458e5

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+
## [1.6.1](https://github.com/webdriverio/mcp/compare/v1.6.0...v1.6.1) (2026-01-22)
4+
5+
### Performance
6+
7+
* Add image processing for screenshots with `sharp` ([e396b0a](https://github.com/webdriverio/mcp/commit/e396b0acf05bacad894c9e44e7e3cf8af61524a8))
8+
39
## [1.6.0](https://github.com/webdriverio/mcp/compare/v1.5.1...v1.6.0) (2026-01-22)
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": "1.6.0",
8+
"version": "1.6.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)