From 175342974482438c5900d43ace85d8bb070fc6e8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 May 2023 15:20:59 +0000 Subject: [PATCH] chore(release): 9.11.3 [skip ci] ## [9.11.3](https://github.com/appium/appium-adb/compare/v9.11.2...v9.11.3) (2023-05-18) ### Miscellaneous Chores * Bump @appium/support from 3.1.11 to 4.0.0 ([#658](https://github.com/appium/appium-adb/issues/658)) ([1cc7515](https://github.com/appium/appium-adb/commit/1cc75158fa2771b6acadaaeaa34259f8da0dabb8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f5aa16e..386378ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.11.3](https://github.com/appium/appium-adb/compare/v9.11.2...v9.11.3) (2023-05-18) + + +### Miscellaneous Chores + +* Bump @appium/support from 3.1.11 to 4.0.0 ([#658](https://github.com/appium/appium-adb/issues/658)) ([1cc7515](https://github.com/appium/appium-adb/commit/1cc75158fa2771b6acadaaeaa34259f8da0dabb8)) + ## [9.11.2](https://github.com/appium/appium-adb/compare/v9.11.1...v9.11.2) (2023-04-29) diff --git a/package.json b/package.json index f3069dee..a03ce974 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-adb", - "version": "9.11.2", + "version": "9.11.3", "description": "Android Debug Bridge interface", "main": "./build/index.js", "scripts": {