Skip to content

Commit 4b842ca

Browse files
chore(release): 12.5.2 [skip ci]
## [12.5.2](v12.5.1...v12.5.2) (2024-08-06) ### Bug Fixes * Enforce '--user 0' argument if `cmd package list packages` throws an access error ([#761](#761)) ([89b3348](89b3348))
1 parent 89b3348 commit 4b842ca

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
## [12.5.1](https://github.com/appium/appium-adb/compare/v12.5.0...v12.5.1) (2024-07-29)
28

39
### Miscellaneous Chores

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-adb",
3-
"version": "12.5.1",
3+
"version": "12.5.2",
44
"description": "Android Debug Bridge interface",
55
"main": "./build/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)