From d08809b1585ed08fd8910d8b0eff2b58b0e2b9c6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 22 Dec 2022 18:39:33 +0000 Subject: [PATCH] chore(release): 9.10.20 [skip ci] ## [9.10.20](https://github.com/appium/appium-adb/compare/v9.10.19...v9.10.20) (2022-12-22) ### Miscellaneous Chores * Bump @appium/test-support from 2.0.2 to 3.0.1 ([#630](https://github.com/appium/appium-adb/issues/630)) ([b5d96b4](https://github.com/appium/appium-adb/commit/b5d96b4a5e2599b64ca542772ed7453f6f682e81)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89d40dea..c2486867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.10.20](https://github.com/appium/appium-adb/compare/v9.10.19...v9.10.20) (2022-12-22) + + +### Miscellaneous Chores + +* Bump @appium/test-support from 2.0.2 to 3.0.1 ([#630](https://github.com/appium/appium-adb/issues/630)) ([b5d96b4](https://github.com/appium/appium-adb/commit/b5d96b4a5e2599b64ca542772ed7453f6f682e81)) + ## [9.10.19](https://github.com/appium/appium-adb/compare/v9.10.18...v9.10.19) (2022-12-14) diff --git a/package.json b/package.json index 24f22e9d..b58529b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-adb", - "version": "9.10.19", + "version": "9.10.20", "description": "Android Debug Bridge interface", "main": "./build/index.js", "scripts": {