Skip to content

Commit b905c53

Browse files
chore(release): 10.0.3 [skip ci]
## [10.0.3](v10.0.2...v10.0.3) (2025-05-12) ### Bug Fixes * ignore user check while session creation when auth is disabled ([#1676](#1676)) ([6b4a38b](6b4a38b))
1 parent 6b4a38b commit b905c53

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+
## [10.0.3](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v10.0.2...v10.0.3) (2025-05-12)
2+
3+
### Bug Fixes
4+
5+
* ignore user check while session creation when auth is disabled ([#1676](https://github.com/AppiumTestDistribution/appium-device-farm/issues/1676)) ([6b4a38b](https://github.com/AppiumTestDistribution/appium-device-farm/commit/6b4a38b944f3880e9d06ca76a88aa60b179f597d))
6+
17
## [10.0.2](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v10.0.1...v10.0.2) (2025-05-12)
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": "10.0.2",
3+
"version": "10.0.3",
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)