Skip to content

Commit 1f9878d

Browse files
chore(release): 11.2.9 [skip ci]
## [11.2.9](v11.2.8...v11.2.9) (2025-12-03) ### Bug Fixes * replace rmdirSync with rmSync for cacheDir ([#1977](#1977)) ([4fde1c1](4fde1c1))
1 parent 4fde1c1 commit 1f9878d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [11.2.9](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v11.2.8...v11.2.9) (2025-12-03)
2+
3+
### Bug Fixes
4+
5+
* replace rmdirSync with rmSync for cacheDir ([#1977](https://github.com/AppiumTestDistribution/appium-device-farm/issues/1977)) ([4fde1c1](https://github.com/AppiumTestDistribution/appium-device-farm/commit/4fde1c1a2eae604dccfa96c95fa08208745c8db3))
6+
17
## [11.2.8](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v11.2.7...v11.2.8) (2025-12-02)
28

39
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-device-farm",
3-
"version": "11.2.8",
3+
"version": "11.2.9",
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)