Skip to content

Commit a418735

Browse files
chore(release): 14.0.0 [skip ci]
## [14.0.0](v13.0.11...v14.0.0) (2025-10-23) ### ⚠ BREAKING CHANGES * Renamed getPIDsByName to listAppProcessIds * Renamed getNameByPid to getProcessNameById * Removed the obsolete broadcastProcessEnd method * Removed the deprecated appDeviceReadyTimeout property ### Features * Split process and app commands ([#822](#822)) ([1062d4c](1062d4c))
1 parent 1062d4c commit a418735

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [14.0.0](https://github.com/appium/appium-adb/compare/v13.0.11...v14.0.0) (2025-10-23)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* Renamed getPIDsByName to listAppProcessIds
6+
* Renamed getNameByPid to getProcessNameById
7+
* Removed the obsolete broadcastProcessEnd method
8+
* Removed the deprecated appDeviceReadyTimeout property
9+
10+
### Features
11+
12+
* Split process and app commands ([#822](https://github.com/appium/appium-adb/issues/822)) ([1062d4c](https://github.com/appium/appium-adb/commit/1062d4ca2ecd59f636e6fea50add3694f9d14dd3))
13+
114
## [13.0.11](https://github.com/appium/appium-adb/compare/v13.0.10...v13.0.11) (2025-10-23)
215

316
### Miscellaneous Chores

package.json

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

0 commit comments

Comments
 (0)