Skip to content

Commit

Permalink
chore(release): 7.0.21 [skip ci]
Browse files Browse the repository at this point in the history
## [7.0.21](v7.0.20...v7.0.21) (2024-08-02)

### Miscellaneous Chores

* Replace fancy-log dependency with appium logger ([#657](#657)) ([015c47a](015c47a))
  • Loading branch information
semantic-release-bot committed Aug 2, 2024
1 parent 015c47a commit 246905c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [7.0.21](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.20...v7.0.21) (2024-08-02)

### Miscellaneous Chores

* Replace fancy-log dependency with appium logger ([#657](https://github.com/appium/appium-uiautomator2-server/issues/657)) ([015c47a](https://github.com/appium/appium-uiautomator2-server/commit/015c47a134cff0d1e29e5d0907607ccbd6091d94))

## [7.0.20](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.19...v7.0.20) (2024-07-12)

### Miscellaneous Chores
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 34
versionCode 182
versionCode 183
archivesBaseName = 'appium-uiautomator2'
/**
* versionName should be updated and inline with version in package.json for every npm release.
*/
versionName '7.0.20'
versionName '7.0.21'
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": "7.0.20",
"version": "7.0.21",
"description": "A netty server with uiautomator2 handlers",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 246905c

Please sign in to comment.