Skip to content

Commit b073c8a

Browse files
chore(release): 10.0.4 [skip ci]
## [10.0.4](v10.0.3...v10.0.4) (2025-05-19) ### Bug Fixes * remove node-pty dependency ([#1692](#1692)) ([32ca76a](32ca76a))
1 parent 771c5ae commit b073c8a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [10.0.4](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v10.0.3...v10.0.4) (2025-05-19)
2+
3+
### Bug Fixes
4+
5+
* remove node-pty dependency ([#1692](https://github.com/AppiumTestDistribution/appium-device-farm/issues/1692)) ([32ca76a](https://github.com/AppiumTestDistribution/appium-device-farm/commit/32ca76aae8f399fc626962fe130ee3929293ac33))
6+
17
## [10.0.3](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v10.0.2...v10.0.3) (2025-05-12)
28

39
### Bug Fixes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-device-farm",
3-
"version": "10.0.3",
3+
"version": "10.0.4",
44
"description": "An appium 2.0 plugin that manages and create driver session on available devices.",
55
"main": "./lib/src/main.js",
66
"scripts": {
@@ -346,4 +346,4 @@
346346
"typedoc": {
347347
"entryPoint": "lib/src/index.js"
348348
}
349-
}
349+
}

0 commit comments

Comments
 (0)