Skip to content

Commit c34c25a

Browse files
chore(release): 1.4.0 [skip ci]
## [1.4.0](v1.3.0...v1.4.0) (2025-12-07) ### Features * **interactions:** add long press tool for press and hold gestures ([#53](#53)) ([ef6092e](ef6092e))
1 parent ef6092e commit c34c25a

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,3 +1,9 @@
1+
## [1.4.0](https://github.com/appium/appium-mcp/compare/v1.3.0...v1.4.0) (2025-12-07)
2+
3+
### Features
4+
5+
* **interactions:** add long press tool for press and hold gestures ([#53](https://github.com/appium/appium-mcp/issues/53)) ([ef6092e](https://github.com/appium/appium-mcp/commit/ef6092e0e100dd0535f1d6bf371ad794969e863d))
6+
17
## [1.3.0](https://github.com/appium/appium-mcp/compare/v1.2.0...v1.3.0) (2025-12-05)
28

39
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "appium-mcp",
33
"mcpName": "io.github.appium/appium-mcp",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"type": "module",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)