Skip to content

Commit

Permalink
chore(release): 5.12.7 [skip ci]
Browse files Browse the repository at this point in the history
## [5.12.7](v5.12.6...v5.12.7) (2023-10-19)

### Miscellaneous Chores

* **deps-dev:** bump appium-adb from 9.14.12 to 11.0.1 ([#540](#540)) ([f0df958](f0df958))
* **deps-dev:** bump semantic-release from 21.1.2 to 22.0.5 ([#537](#537)) ([a422db1](a422db1))
  • Loading branch information
semantic-release-bot committed Oct 19, 2023
1 parent a422db1 commit bfc6e92
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.12.7](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.6...v5.12.7) (2023-10-19)


### Miscellaneous Chores

* **deps-dev:** bump appium-adb from 9.14.12 to 11.0.1 ([#540](https://github.com/appium/appium-uiautomator2-server/issues/540)) ([f0df958](https://github.com/appium/appium-uiautomator2-server/commit/f0df958397c4785dbe8df505d4cd8c16000ae1cc))
* **deps-dev:** bump semantic-release from 21.1.2 to 22.0.5 ([#537](https://github.com/appium/appium-uiautomator2-server/issues/537)) ([a422db1](https://github.com/appium/appium-uiautomator2-server/commit/a422db1520de1094bbba3ec8053dd1eb397ce1c5))

## [5.12.6](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.5...v5.12.6) (2023-09-22)


Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ android {
applicationId 'io.appium.uiautomator2'
minSdkVersion 21
targetSdkVersion 30
versionCode 133
versionCode 134
archivesBaseName = 'appium-uiautomator2'
/**
* versionName should be updated and inline with version in package.json for every npm release.
*/
versionName '5.12.6'
versionName '5.12.7'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appium-uiautomator2-server",
"version": "5.12.6",
"version": "5.12.7",
"description": "A netty server with uiautomator2 handlers",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit bfc6e92

Please sign in to comment.