We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebdee1a commit a0bd595Copy full SHA for a0bd595
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [13.0.7](https://github.com/appium/appium-adb/compare/v13.0.6...v13.0.7) (2025-10-04)
2
+
3
+### Miscellaneous Chores
4
5
+* Deprecate appDeviceReadyTimeout property ([#817](https://github.com/appium/appium-adb/issues/817)) ([ebdee1a](https://github.com/appium/appium-adb/commit/ebdee1a876e2ff4d66b69bbabb87fbb54733d314))
6
7
## [13.0.6](https://github.com/appium/appium-adb/compare/v13.0.5...v13.0.6) (2025-10-04)
8
9
### Miscellaneous Chores
package.json
@@ -1,6 +1,6 @@
{
"name": "appium-adb",
- "version": "13.0.6",
+ "version": "13.0.7",
"description": "Android Debug Bridge interface",
"main": "./build/index.js",
"scripts": {
0 commit comments