Skip to content

Commit 7a08cab

Browse files
chore(release): 9.7.1 [skip ci]
## [9.7.1](v9.7.0...v9.7.1) (2025-02-21) ### Bug Fixes * useDevice card issue on browser reload ([#1567](#1567)) ([d37779b](d37779b))
1 parent d37779b commit 7a08cab

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.7.1](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.7.0...v9.7.1) (2025-02-21)
2+
3+
### Bug Fixes
4+
5+
* useDevice card issue on browser reload ([#1567](https://github.com/AppiumTestDistribution/appium-device-farm/issues/1567)) ([d37779b](https://github.com/AppiumTestDistribution/appium-device-farm/commit/d37779bd3c67dcdfb5d4c91638a83f81758b7f65))
6+
17
## [9.7.0](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.6.0...v9.7.0) (2025-02-21)
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.7.0",
3+
"version": "9.7.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)