Skip to content

Commit

Permalink
chore(release): 7.0.6 [skip ci]
Browse files Browse the repository at this point in the history
## [7.0.6](v7.0.5...v7.0.6) (2024-05-04)

### Miscellaneous Chores

* **deps:** bump net.gcardone.junidecode:junidecode in /app ([#627](#627)) ([6d29fc9](6d29fc9))
* **deps:** bump org.robolectric:robolectric in /app ([#624](#624)) ([84141da](84141da))
  • Loading branch information
semantic-release-bot committed May 4, 2024
1 parent 84141da commit 71226ce
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 @@
## [7.0.6](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.5...v7.0.6) (2024-05-04)


### Miscellaneous Chores

* **deps:** bump net.gcardone.junidecode:junidecode in /app ([#627](https://github.com/appium/appium-uiautomator2-server/issues/627)) ([6d29fc9](https://github.com/appium/appium-uiautomator2-server/commit/6d29fc995e837ecfc5eb6033547a4c5afcb9022b))
* **deps:** bump org.robolectric:robolectric in /app ([#624](https://github.com/appium/appium-uiautomator2-server/issues/624)) ([84141da](https://github.com/appium/appium-uiautomator2-server/commit/84141da58d074fe9cf4209ede54b9e0229e68189))

## [7.0.5](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.4...v7.0.5) (2024-03-19)


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 167
versionCode 168
archivesBaseName = 'appium-uiautomator2'
/**
* versionName should be updated and inline with version in package.json for every npm release.
*/
versionName '7.0.5'
versionName '7.0.6'
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.5",
"version": "7.0.6",
"description": "A netty server with uiautomator2 handlers",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 71226ce

Please sign in to comment.