io.appium.settings 4.2.4 → 5.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,27 @@
1
+ ## [5.0.1](https://github.com/appium/io.appium.settings/compare/v5.0.0...v5.0.1) (2023-01-09)
2
+
3
+
4
+ ### Reverts
5
+
6
+ * Revert "chore(deps-dev): bump semantic-release from 19.0.5 to 20.0.2 (#102)" (#103) ([5e73672](https://github.com/appium/io.appium.settings/commit/5e73672bf3964be5dc2a36813e073676925c94d4)), closes [#102](https://github.com/appium/io.appium.settings/issues/102) [#103](https://github.com/appium/io.appium.settings/issues/103)
7
+
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * **deps-dev:** bump semantic-release from 19.0.5 to 20.0.2 ([#102](https://github.com/appium/io.appium.settings/issues/102)) ([36e598e](https://github.com/appium/io.appium.settings/commit/36e598e105ba05650acb367300eba721f1b41f94))
12
+
13
+ ## [5.0.0](https://github.com/appium/io.appium.settings/compare/v4.2.4...v5.0.0) (2022-12-23)
14
+
15
+
16
+ ### ⚠ BREAKING CHANGES
17
+
18
+ * Removed the obsolete Unlocker activity. This hack in this activity was only properly working for Android below API 21
19
+ * Bumped the minimum required Android version to 21
20
+
21
+ ### Code Refactoring
22
+
23
+ * Remove the obsolete Unlocker activity ([#101](https://github.com/appium/io.appium.settings/issues/101)) ([a4d4db9](https://github.com/appium/io.appium.settings/commit/a4d4db9b92cd760588cee87860d2bd3deda0748c))
24
+
1
25
  ## [4.2.4](https://github.com/appium/io.appium.settings/compare/v4.2.3...v4.2.4) (2022-12-01)
2
26
 
3
27
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "io.appium.settings",
3
- "version": "4.2.4",
3
+ "version": "5.0.1",
4
4
  "description": "App for dealing with Android settings",
5
5
  "main": "index.js",
6
6
  "scripts": {