We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b3348 commit 4b842caCopy full SHA for 4b842ca
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [12.5.2](https://github.com/appium/appium-adb/compare/v12.5.1...v12.5.2) (2024-08-06)
2
+
3
+### Bug Fixes
4
5
+* Enforce '--user 0' argument if `cmd package list packages` throws an access error ([#761](https://github.com/appium/appium-adb/issues/761)) ([89b3348](https://github.com/appium/appium-adb/commit/89b3348d2f61b55d2f4e2eba4b205d5130b427fa))
6
7
## [12.5.1](https://github.com/appium/appium-adb/compare/v12.5.0...v12.5.1) (2024-07-29)
8
9
### Miscellaneous Chores
package.json
@@ -1,6 +1,6 @@
{
"name": "appium-adb",
- "version": "12.5.1",
+ "version": "12.5.2",
"description": "Android Debug Bridge interface",
"main": "./build/index.js",
"scripts": {
0 commit comments