io.appium.settings 7.1.1 → 7.1.3

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
+ ## [7.1.3](https://github.com/appium/io.appium.settings/compare/v7.1.2...v7.1.3) (2026-05-21)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * Bump appium-adb to version 15 ([697b541](https://github.com/appium/io.appium.settings/commit/697b54187bc473b17baab81faa6a4eeb03ec22a4))
6
+
7
+ ## [7.1.2](https://github.com/appium/io.appium.settings/compare/v7.1.1...v7.1.2) (2026-05-16)
8
+
9
+ ### Bug Fixes
10
+
11
+ * call stop service explicitly for foreground service ([#291](https://github.com/appium/io.appium.settings/issues/291)) ([706466b](https://github.com/appium/io.appium.settings/commit/706466bf0bec3e93c32a03c5950d9a1ba12177e4))
12
+
1
13
  ## [7.1.1](https://github.com/appium/io.appium.settings/compare/v7.1.0...v7.1.1) (2026-05-12)
2
14
 
3
15
  ### Miscellaneous Chores
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "io.appium.settings",
3
- "version": "7.1.1",
3
+ "version": "7.1.3",
4
4
  "description": "App for dealing with Android settings",
5
5
  "main": "./build/lib/index.js",
6
6
  "types": "./build/lib/index.d.ts",
@@ -64,7 +64,7 @@
64
64
  "@types/mocha": "^10.0.10",
65
65
  "@types/node": "^25.0.0",
66
66
  "@types/sinon": "^21.0.0",
67
- "appium-adb": "^14.0.0",
67
+ "appium-adb": "^15.0.0",
68
68
  "chai": "^6.0.0",
69
69
  "chai-as-promised": "^8.0.0",
70
70
  "conventional-changelog-conventionalcommits": "^9.0.0",