From 2dc5c830506e51b4b70eda58533eb6ba9a07200e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 16 Jun 2024 12:43:33 +0000 Subject: [PATCH] chore(release): 7.0.13 [skip ci] ## [7.0.13](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.12...v7.0.13) (2024-06-16) ### Bug Fixes * The amount of runs to unschedule an action ([#645](https://github.com/appium/appium-uiautomator2-server/issues/645)) ([0992f59](https://github.com/appium/appium-uiautomator2-server/commit/0992f59e67f748de5e4cb812d3d358873dd627e4)) --- CHANGELOG.md | 6 ++++++ app/build.gradle | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22ea4b9a..012bb50c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.0.13](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.12...v7.0.13) (2024-06-16) + +### Bug Fixes + +* The amount of runs to unschedule an action ([#645](https://github.com/appium/appium-uiautomator2-server/issues/645)) ([0992f59](https://github.com/appium/appium-uiautomator2-server/commit/0992f59e67f748de5e4cb812d3d358873dd627e4)) + ## [7.0.12](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.11...v7.0.12) (2024-06-15) ### Miscellaneous Chores diff --git a/app/build.gradle b/app/build.gradle index c6dc9a69..11f99a31 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 34 - versionCode 174 + versionCode 175 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '7.0.12' + versionName '7.0.13' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index e943e2a3..900f377b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "7.0.12", + "version": "7.0.13", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {