From 5fecae2cf7ee7b1ca511506f5224fae42412cdc7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 16 May 2024 15:30:07 +0000 Subject: [PATCH] chore(release): 12.3.2 [skip ci] ## [12.3.2](https://github.com/appium/appium-adb/compare/v12.3.1...v12.3.2) (2024-05-16) ### Miscellaneous Chores * Bump eslint dependency ([#744](https://github.com/appium/appium-adb/issues/744)) ([e327cdc](https://github.com/appium/appium-adb/commit/e327cdc15f65e182213a6b534e72413b079ae05c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 826ad85c..2786e5a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [12.3.2](https://github.com/appium/appium-adb/compare/v12.3.1...v12.3.2) (2024-05-16) + + +### Miscellaneous Chores + +* Bump eslint dependency ([#744](https://github.com/appium/appium-adb/issues/744)) ([e327cdc](https://github.com/appium/appium-adb/commit/e327cdc15f65e182213a6b534e72413b079ae05c)) + ## [12.3.1](https://github.com/appium/appium-adb/compare/v12.3.0...v12.3.1) (2024-05-16) diff --git a/package.json b/package.json index 8ee52f89..b4561f5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-adb", - "version": "12.3.1", + "version": "12.3.2", "description": "Android Debug Bridge interface", "main": "./build/index.js", "scripts": {