From 360607c31651171ec86b5ab461cb72a415787e14 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 Jul 2024 20:05:06 +0000 Subject: [PATCH] chore(release): 12.5.0 [skip ci] ## [12.5.0](https://github.com/appium/appium-adb/compare/v12.4.8...v12.5.0) (2024-07-10) ### Features * Use aapt2 instead of ApkReader ([#757](https://github.com/appium/appium-adb/issues/757)) ([8efcf5b](https://github.com/appium/appium-adb/commit/8efcf5bdc41c695f8fc699f3cad2baaad0da3b42)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a967d1e..ead176a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [12.5.0](https://github.com/appium/appium-adb/compare/v12.4.8...v12.5.0) (2024-07-10) + +### Features + +* Use aapt2 instead of ApkReader ([#757](https://github.com/appium/appium-adb/issues/757)) ([8efcf5b](https://github.com/appium/appium-adb/commit/8efcf5bdc41c695f8fc699f3cad2baaad0da3b42)) + ## [12.4.8](https://github.com/appium/appium-adb/compare/v12.4.7...v12.4.8) (2024-07-03) ### Miscellaneous Chores diff --git a/package.json b/package.json index 92f8f352..ee221680 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-adb", - "version": "12.4.8", + "version": "12.5.0", "description": "Android Debug Bridge interface", "main": "./build/index.js", "scripts": {