From d68f06406aec2bb7cb34494e30540511fa61c667 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 8 Jan 2025 17:15:11 +0000 Subject: [PATCH] chore(release): 12.10.0 [skip ci] ## [12.10.0](https://github.com/appium/appium-adb/compare/v12.9.0...v12.10.0) (2025-01-08) ### Features * Added support for applications with multiple processes ([#785](https://github.com/appium/appium-adb/issues/785)) ([ff18d96](https://github.com/appium/appium-adb/commit/ff18d96842d23e72c859d40923194f421e57480a)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f0233f2..d0f1d6c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [12.10.0](https://github.com/appium/appium-adb/compare/v12.9.0...v12.10.0) (2025-01-08) + +### Features + +* Added support for applications with multiple processes ([#785](https://github.com/appium/appium-adb/issues/785)) ([ff18d96](https://github.com/appium/appium-adb/commit/ff18d96842d23e72c859d40923194f421e57480a)) + ## [12.9.0](https://github.com/appium/appium-adb/compare/v12.8.0...v12.9.0) (2025-01-06) ### Features diff --git a/package.json b/package.json index 390dc926..ce344556 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-adb", - "version": "12.9.0", + "version": "12.10.0", "description": "Android Debug Bridge interface", "main": "./build/index.js", "scripts": {