Skip to content

Commit

Permalink
chore(release): 12.0.6 [skip ci]
Browse files Browse the repository at this point in the history
## [12.0.6](v12.0.5...v12.0.6) (2024-04-01)

### Bug Fixes

* Make 'executable' opt optional ([#726](#726)) ([e213744](e213744))
  • Loading branch information
semantic-release-bot committed Apr 1, 2024
1 parent e213744 commit fa4e344
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 @@
## [12.0.6](https://github.com/appium/appium-adb/compare/v12.0.5...v12.0.6) (2024-04-01)


### Bug Fixes

* Make 'executable' opt optional ([#726](https://github.com/appium/appium-adb/issues/726)) ([e213744](https://github.com/appium/appium-adb/commit/e2137445762f3fa1c683d14e64474aa51607a86c))

## [12.0.5](https://github.com/appium/appium-adb/compare/v12.0.4...v12.0.5) (2024-03-29)


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

0 comments on commit fa4e344

Please sign in to comment.