From 229e69768ac4539f0c6c3acdf0f36c262d477739 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 14 Aug 2023 18:44:12 +0000 Subject: [PATCH] chore(release): 9.14.5 [skip ci] ## [9.14.5](https://github.com/appium/appium-adb/compare/v9.14.4...v9.14.5) (2023-08-14) ### Miscellaneous Chores * Bump lint-staged from 13.3.0 to 14.0.0 ([#684](https://github.com/appium/appium-adb/issues/684)) ([ba3e7e1](https://github.com/appium/appium-adb/commit/ba3e7e166249007b36694dc6190070a35d813d28)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33d6268b..4ecf144d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.14.5](https://github.com/appium/appium-adb/compare/v9.14.4...v9.14.5) (2023-08-14) + + +### Miscellaneous Chores + +* Bump lint-staged from 13.3.0 to 14.0.0 ([#684](https://github.com/appium/appium-adb/issues/684)) ([ba3e7e1](https://github.com/appium/appium-adb/commit/ba3e7e166249007b36694dc6190070a35d813d28)) + ## [9.14.4](https://github.com/appium/appium-adb/compare/v9.14.3...v9.14.4) (2023-08-02) diff --git a/package.json b/package.json index ae635260..c794a6ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-adb", - "version": "9.14.4", + "version": "9.14.5", "description": "Android Debug Bridge interface", "main": "./build/index.js", "scripts": {