From 74fb4f0a15f8e1c1db610aa633acf856877de209 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 31 Oct 2024 18:57:25 +0000 Subject: [PATCH] chore(release): 12.6.1 [skip ci] ## [12.6.1](https://github.com/appium/appium-adb/compare/v12.6.0...v12.6.1) (2024-10-31) ### Miscellaneous Chores * Streamline locale validation ([#765](https://github.com/appium/appium-adb/issues/765)) ([1b7e859](https://github.com/appium/appium-adb/commit/1b7e85903ecb09104b539d4b723e375235b83e3a)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db6e6ff5..f9f23b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [12.6.1](https://github.com/appium/appium-adb/compare/v12.6.0...v12.6.1) (2024-10-31) + +### Miscellaneous Chores + +* Streamline locale validation ([#765](https://github.com/appium/appium-adb/issues/765)) ([1b7e859](https://github.com/appium/appium-adb/commit/1b7e85903ecb09104b539d4b723e375235b83e3a)) + ## [12.6.0](https://github.com/appium/appium-adb/compare/v12.5.3...v12.6.0) (2024-09-08) ### Features diff --git a/package.json b/package.json index b22cbe83..da9c2a4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-adb", - "version": "12.6.0", + "version": "12.6.1", "description": "Android Debug Bridge interface", "main": "./build/index.js", "scripts": {