Skip to content

Commit 4c8a185

Browse files
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2025-10-20) ### Features * add tools to interact with the app ([#1](#1)) ([82f46fb](82f46fb)) ### Bug Fixes * pick platform first ([c3d3db3](c3d3db3))
1 parent b24d715 commit 4c8a185

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 1.0.0 (2025-10-20)
2+
3+
### Features
4+
5+
* add tools to interact with the app ([#1](https://github.com/AppiumTestDistribution/mcp-appium/issues/1)) ([82f46fb](https://github.com/AppiumTestDistribution/mcp-appium/commit/82f46fb810f72ae432ec3bc9a197543f6ae596ba))
6+
7+
### Bug Fixes
8+
9+
* pick platform first ([c3d3db3](https://github.com/AppiumTestDistribution/mcp-appium/commit/c3d3db3b017ddf10f3ed5b208e765a6c2bd12239))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jarvis-appium",
3-
"version": "1.1.0",
3+
"version": "1.0.0",
44
"type": "module",
55
"main": "src/index.ts",
66
"bin": {

0 commit comments

Comments
 (0)