Skip to content

Commit e705664

Browse files
chore(release): 9.8.1 [skip ci]
## [9.8.1](v9.8.0...v9.8.1) (2025-02-23) ### Bug Fixes * make debugging simple by serving appium logs in the dashboard ([#1576](#1576)) ([c787f97](c787f97))
1 parent c787f97 commit e705664

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.1](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.8.0...v9.8.1) (2025-02-23)
2+
3+
### Bug Fixes
4+
5+
* make debugging simple by serving appium logs in the dashboard ([#1576](https://github.com/AppiumTestDistribution/appium-device-farm/issues/1576)) ([c787f97](https://github.com/AppiumTestDistribution/appium-device-farm/commit/c787f97ed316b69461c1bfefeeb17610a1920944))
6+
17
## [9.8.0](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.7.2...v9.8.0) (2025-02-22)
28

39
### Features

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.0",
3+
"version": "9.8.1",
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)