From 71226ce06666ecccfd6827dd1286de5826deb20d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 4 May 2024 06:05:15 +0000 Subject: [PATCH] chore(release): 7.0.6 [skip ci] ## [7.0.6](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.5...v7.0.6) (2024-05-04) ### Miscellaneous Chores * **deps:** bump net.gcardone.junidecode:junidecode in /app ([#627](https://github.com/appium/appium-uiautomator2-server/issues/627)) ([6d29fc9](https://github.com/appium/appium-uiautomator2-server/commit/6d29fc995e837ecfc5eb6033547a4c5afcb9022b)) * **deps:** bump org.robolectric:robolectric in /app ([#624](https://github.com/appium/appium-uiautomator2-server/issues/624)) ([84141da](https://github.com/appium/appium-uiautomator2-server/commit/84141da58d074fe9cf4209ede54b9e0229e68189)) --- CHANGELOG.md | 8 ++++++++ app/build.gradle | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e6eff4f4..4e9aed671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [7.0.6](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.5...v7.0.6) (2024-05-04) + + +### Miscellaneous Chores + +* **deps:** bump net.gcardone.junidecode:junidecode in /app ([#627](https://github.com/appium/appium-uiautomator2-server/issues/627)) ([6d29fc9](https://github.com/appium/appium-uiautomator2-server/commit/6d29fc995e837ecfc5eb6033547a4c5afcb9022b)) +* **deps:** bump org.robolectric:robolectric in /app ([#624](https://github.com/appium/appium-uiautomator2-server/issues/624)) ([84141da](https://github.com/appium/appium-uiautomator2-server/commit/84141da58d074fe9cf4209ede54b9e0229e68189)) + ## [7.0.5](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.4...v7.0.5) (2024-03-19) diff --git a/app/build.gradle b/app/build.gradle index c81b7d6e2..a410f0e3e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 34 - versionCode 167 + versionCode 168 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '7.0.5' + versionName '7.0.6' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index f06e65950..90f385374 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "7.0.5", + "version": "7.0.6", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {