Skip to content

Commit

Permalink
chore(release): 7.0.14 [skip ci]
Browse files Browse the repository at this point in the history
## [7.0.14](v7.0.13...v7.0.14) (2024-06-18)

### Miscellaneous Chores

* Expose standard xml source attributes in the corresponding step ([#646](#646)) ([5facb14](5facb14))
  • Loading branch information
semantic-release-bot committed Jun 18, 2024
1 parent 5facb14 commit 477e1b4
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.14](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.13...v7.0.14) (2024-06-18)

### Miscellaneous Chores

* Expose standard xml source attributes in the corresponding step ([#646](https://github.com/appium/appium-uiautomator2-server/issues/646)) ([5facb14](https://github.com/appium/appium-uiautomator2-server/commit/5facb140e35e9fe7d60c082a72060cd972900689))

## [7.0.13](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.12...v7.0.13) (2024-06-16)

### Bug Fixes
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 175
versionCode 176
archivesBaseName = 'appium-uiautomator2'
/**
* versionName should be updated and inline with version in package.json for every npm release.
*/
versionName '7.0.13'
versionName '7.0.14'
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.13",
"version": "7.0.14",
"description": "A netty server with uiautomator2 handlers",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 477e1b4

Please sign in to comment.