From 6b862b4cac89b4de62b77727f2e81a57f01c719d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 28 Aug 2023 15:45:23 +0000 Subject: [PATCH] chore(release): 5.12.5 [skip ci] ## [5.12.5](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.4...v5.12.5) (2023-08-28) ### Miscellaneous Chores * **deps-dev:** bump conventional-changelog-conventionalcommits ([#529](https://github.com/appium/appium-uiautomator2-server/issues/529)) ([adf3ec8](https://github.com/appium/appium-uiautomator2-server/commit/adf3ec89dfff6d0291274c2ec4187e97a247b9f4)) --- 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 7f908faf6..919e9473c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.12.5](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.4...v5.12.5) (2023-08-28) + + +### Miscellaneous Chores + +* **deps-dev:** bump conventional-changelog-conventionalcommits ([#529](https://github.com/appium/appium-uiautomator2-server/issues/529)) ([adf3ec8](https://github.com/appium/appium-uiautomator2-server/commit/adf3ec89dfff6d0291274c2ec4187e97a247b9f4)) + ## [5.12.4](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.3...v5.12.4) (2023-08-25) diff --git a/app/build.gradle b/app/build.gradle index f53dafb18..8b0a3911e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 30 - versionCode 131 + versionCode 132 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '5.12.4' + versionName '5.12.5' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index 1497c9c39..e2775a978 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "5.12.4", + "version": "5.12.5", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {