Skip to content

Commit 7c1ca07

Browse files
chore(release): 9.8.2 [skip ci]
## [9.8.2](v9.8.1...v9.8.2) (2025-02-24) ### Bug Fixes * installation issue due to incorrect config loading ([#1578](#1578)) ([f4eca35](f4eca35))
1 parent f4eca35 commit 7c1ca07

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [9.8.2](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.8.1...v9.8.2) (2025-02-24)
2+
3+
### Bug Fixes
4+
5+
* installation issue due to incorrect config loading ([#1578](https://github.com/AppiumTestDistribution/appium-device-farm/issues/1578)) ([f4eca35](https://github.com/AppiumTestDistribution/appium-device-farm/commit/f4eca35dc80bd79bef2deea93204a0d90d51e094))
6+
17
## [9.8.1](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.8.0...v9.8.1) (2025-02-23)
28

39
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-device-farm",
3-
"version": "9.8.1",
3+
"version": "9.8.2",
44
"description": "An appium 2.0 plugin that manages and create driver session on available devices.",
55
"main": "./lib/src/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)