Skip to content

Commit 842ac4e

Browse files
chore(release): 10.18.0 [skip ci]
## [10.18.0](v10.17.1...v10.18.0) (2026-01-23) ### Features * use `isIos18OrNewer` to check version instead of ios-device util ([#2716](#2716)) ([0af4cc4](0af4cc4))
1 parent 0af4cc4 commit 842ac4e

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.18.0](https://github.com/appium/appium-xcuitest-driver/compare/v10.17.1...v10.18.0) (2026-01-23)
2+
3+
### Features
4+
5+
* use `isIos18OrNewer` to check version instead of ios-device util ([#2716](https://github.com/appium/appium-xcuitest-driver/issues/2716)) ([0af4cc4](https://github.com/appium/appium-xcuitest-driver/commit/0af4cc4f92fe6d48f078061bacab0e72ddec0c7c))
6+
17
## [10.17.1](https://github.com/appium/appium-xcuitest-driver/compare/v10.17.0...v10.17.1) (2026-01-21)
28

39
### Miscellaneous Chores

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"xcuitest",
99
"xctest"
1010
],
11-
"version": "10.17.1",
11+
"version": "10.18.0",
1212
"author": "Appium Contributors",
1313
"license": "Apache-2.0",
1414
"repository": {

0 commit comments

Comments
 (0)