From 692c475cd00746feb3af98f8341a61a2a87dc7d9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 Dec 2024 07:37:29 +0000 Subject: [PATCH] chore(release): 12.7.3 [skip ci] ## [12.7.3](https://github.com/appium/appium-adb/compare/v12.7.2...v12.7.3) (2024-12-10) ### Bug Fixes * Make package of startUri optional ([#776](https://github.com/appium/appium-adb/issues/776)) ([be54566](https://github.com/appium/appium-adb/commit/be545660f18d01b8b30e17b77bf04e0c14ff3c4d)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99b0a10f..9b1f805a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [12.7.3](https://github.com/appium/appium-adb/compare/v12.7.2...v12.7.3) (2024-12-10) + +### Bug Fixes + +* Make package of startUri optional ([#776](https://github.com/appium/appium-adb/issues/776)) ([be54566](https://github.com/appium/appium-adb/commit/be545660f18d01b8b30e17b77bf04e0c14ff3c4d)) + ## [12.7.2](https://github.com/appium/appium-adb/compare/v12.7.1...v12.7.2) (2024-12-06) ### Miscellaneous Chores diff --git a/package.json b/package.json index 78da7a91..733f3e6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-adb", - "version": "12.7.2", + "version": "12.7.3", "description": "Android Debug Bridge interface", "main": "./build/index.js", "scripts": {