io.appium.settings 7.0.0 → 7.0.1

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,9 @@
1
+ ## [7.0.1](https://github.com/appium/io.appium.settings/compare/v7.0.0...v7.0.1) (2025-10-28)
2
+
3
+ ### Bug Fixes
4
+
5
+ * broadcast receiver for api level 33+ ([#245](https://github.com/appium/io.appium.settings/issues/245)) ([7f2d9c8](https://github.com/appium/io.appium.settings/commit/7f2d9c81e7a1f05cc8fed4dd803f901661e9e231))
6
+
1
7
  ## [7.0.0](https://github.com/appium/io.appium.settings/compare/v6.0.8...v7.0.0) (2025-10-25)
2
8
 
3
9
  ### ⚠ BREAKING CHANGES
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "io.appium.settings",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "App for dealing with Android settings",
5
5
  "main": "./build/lib/index.js",
6
6
  "types": "./build/lib/index.d.ts",