From 5798f91611abe08967f36fe7a68deaea9fca00ed Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Dec 2022 15:43:48 +0000 Subject: [PATCH] chore(release): 9.10.19 [skip ci] ## [9.10.19](https://github.com/appium/appium-adb/compare/v9.10.18...v9.10.19) (2022-12-14) ### Miscellaneous Chores * Bump @appium/support from 2.61.1 to 3.0.0 ([#628](https://github.com/appium/appium-adb/issues/628)) ([8a11356](https://github.com/appium/appium-adb/commit/8a113560cf9cfaeb0e51880713c7ba6cf4240036)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 423e832a..89d40dea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.10.19](https://github.com/appium/appium-adb/compare/v9.10.18...v9.10.19) (2022-12-14) + + +### Miscellaneous Chores + +* Bump @appium/support from 2.61.1 to 3.0.0 ([#628](https://github.com/appium/appium-adb/issues/628)) ([8a11356](https://github.com/appium/appium-adb/commit/8a113560cf9cfaeb0e51880713c7ba6cf4240036)) + ## [9.10.18](https://github.com/appium/appium-adb/compare/v9.10.17...v9.10.18) (2022-12-01) diff --git a/package.json b/package.json index cc4a3930..9f6e96e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-adb", - "version": "9.10.18", + "version": "9.10.19", "description": "Android Debug Bridge interface", "main": "./build/index.js", "scripts": {