From 2e95674b9fa03b5e77e2b4a976552fcbe4d82c14 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 25 Aug 2023 05:59:27 +0000 Subject: [PATCH] chore(release): 5.12.4 [skip ci] ## [5.12.4](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.3...v5.12.4) (2023-08-25) ### Miscellaneous Chores * **deps-dev:** bump semantic-release from 20.1.3 to 21.1.0 ([#528](https://github.com/appium/appium-uiautomator2-server/issues/528)) ([e1fd854](https://github.com/appium/appium-uiautomator2-server/commit/e1fd854676108dc0e83514bddf2986337eaae86e)) --- 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 f5163a6db..7f908faf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.12.4](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.3...v5.12.4) (2023-08-25) + + +### Miscellaneous Chores + +* **deps-dev:** bump semantic-release from 20.1.3 to 21.1.0 ([#528](https://github.com/appium/appium-uiautomator2-server/issues/528)) ([e1fd854](https://github.com/appium/appium-uiautomator2-server/commit/e1fd854676108dc0e83514bddf2986337eaae86e)) + ## [5.12.3](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.2...v5.12.3) (2023-08-18) diff --git a/app/build.gradle b/app/build.gradle index f4e47ea15..f53dafb18 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 30 - versionCode 130 + versionCode 131 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '5.12.3' + versionName '5.12.4' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index 4412df297..6b3484b3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "5.12.3", + "version": "5.12.4", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {