Skip to content

Commit

Permalink
chore(release): 9.12.2 [skip ci]
Browse files Browse the repository at this point in the history
## [9.12.2](appium/appium-adb@v9.12.1...v9.12.2) (2023-06-21)

### Bug Fixes

* insert a missing await keyword ([appium#672](appium#672)) ([63f8281](appium@63f8281))
  • Loading branch information
semantic-release-bot committed Jun 21, 2023
1 parent 63f8281 commit bc26eff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [9.12.2](https://github.com/appium/appium-adb/compare/v9.12.1...v9.12.2) (2023-06-21)


### Bug Fixes

* insert a missing await keyword ([#672](https://github.com/appium/appium-adb/issues/672)) ([63f8281](https://github.com/appium/appium-adb/commit/63f82817547d00014ee6feebaf0aae40c6cca401))

## [9.12.1](https://github.com/appium/appium-adb/compare/v9.12.0...v9.12.1) (2023-06-17)


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": "9.12.1",
"version": "9.12.2",
"description": "Android Debug Bridge interface",
"main": "./build/index.js",
"scripts": {
Expand Down

0 comments on commit bc26eff

Please sign in to comment.