From 14363cfd70a0f7a811d906d925dbf0d51e2292e0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 25 Jan 2024 04:19:38 +0000 Subject: [PATCH] chore(release): 6.0.5 [skip ci] ## [6.0.5](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.4...v6.0.5) (2024-01-25) ### Miscellaneous Chores * **deps:** bump com.android.tools.build:gradle in /app ([#606](https://github.com/appium/appium-uiautomator2-server/issues/606)) ([34b7a77](https://github.com/appium/appium-uiautomator2-server/commit/34b7a77e3e119c698ec03a367057c5f4f36b1254)) --- CHANGELOG.md | 7 +++++++ app/build.gradle | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a61e38a49..4f1b6d270 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.5](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.4...v6.0.5) (2024-01-25) + + +### Miscellaneous Chores + +* **deps:** bump com.android.tools.build:gradle in /app ([#606](https://github.com/appium/appium-uiautomator2-server/issues/606)) ([34b7a77](https://github.com/appium/appium-uiautomator2-server/commit/34b7a77e3e119c698ec03a367057c5f4f36b1254)) + ## [6.0.4](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.3...v6.0.4) (2024-01-19) diff --git a/app/build.gradle b/app/build.gradle index 611ab5267..986247b98 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 34 - versionCode 156 + versionCode 157 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '6.0.4' + versionName '6.0.5' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index 9a861839e..df27e427c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "6.0.4", + "version": "6.0.5", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {