Skip to content

Commit

Permalink
chore(release): 12.5.2 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Aug 6, 2024
1 parent 89b3348 commit 4b842ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [12.5.2](https://github.com/appium/appium-adb/compare/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](https://github.com/appium/appium-adb/issues/761)) ([89b3348](https://github.com/appium/appium-adb/commit/89b3348d2f61b55d2f4e2eba4b205d5130b427fa))

## [12.5.1](https://github.com/appium/appium-adb/compare/v12.5.0...v12.5.1) (2024-07-29)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 4b842ca

Please sign in to comment.