appium-android-driver 12.0.0 → 12.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [12.0.2](https://github.com/appium/appium-android-driver/compare/v12.0.1...v12.0.2) (2025-10-28)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * bump io.appium.settings to 7.0.1 ([#1024](https://github.com/appium/appium-android-driver/issues/1024)) ([6d11ef4](https://github.com/appium/appium-android-driver/commit/6d11ef4f79bc49658e524c60afd788734afe44fe))
6
+
7
+ ## [12.0.1](https://github.com/appium/appium-android-driver/compare/v12.0.0...v12.0.1) (2025-10-27)
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * modify readme to release with newer io.appium.settings ([5de7ca4](https://github.com/appium/appium-android-driver/commit/5de7ca424cc6638b458c78caf07b014f2e0b83e0))
12
+
1
13
  ## [12.0.0](https://github.com/appium/appium-android-driver/compare/v11.0.12...v12.0.0) (2025-10-27)
2
14
 
3
15
  ### ⚠ BREAKING CHANGES
package/README.md CHANGED
@@ -20,3 +20,4 @@ npm run lint
20
20
  ```
21
21
  npm test
22
22
  ```
23
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-android-driver",
3
- "version": "12.0.0",
3
+ "version": "12.0.2",
4
4
  "description": "Android UiAutomator and Chrome support for Appium",
5
5
  "keywords": [
6
6
  "appium",
@@ -55,7 +55,7 @@
55
55
  "asyncbox": "^3.0.0",
56
56
  "axios": "^1.x",
57
57
  "bluebird": "^3.4.7",
58
- "io.appium.settings": "^6.0.0",
58
+ "io.appium.settings": "^7.0.1",
59
59
  "lodash": "^4.17.4",
60
60
  "lru-cache": "^11.1.0",
61
61
  "moment": "^2.24.0",