Skip to content

Commit 48806da

Browse files
chore(release): 5.13.0 [skip ci]
## [5.13.0](v5.12.24...v5.13.0) (2025-02-23) ### Features * Add accuracy to the location builder ([#212](#212)) ([360fd3b](360fd3b))
1 parent 1fc77af commit 48806da

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.13.0](https://github.com/appium/io.appium.settings/compare/v5.12.24...v5.13.0) (2025-02-23)
2+
3+
### Features
4+
5+
* Add accuracy to the location builder ([#212](https://github.com/appium/io.appium.settings/issues/212)) ([360fd3b](https://github.com/appium/io.appium.settings/commit/360fd3b315a4aee16af8cc872cdc23e6b67d55f4))
6+
17
## [5.12.24](https://github.com/appium/io.appium.settings/compare/v5.12.23...v5.12.24) (2025-02-21)
28

39
### Bug Fixes

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
minSdkVersion 21
88
//noinspection ExpiredTargetSdkVersion
99
targetSdkVersion 32
10-
versionCode 114
11-
versionName "5.12.24"
10+
versionCode 115
11+
versionName "5.13.0"
1212
applicationId "io.appium.settings"
1313
}
1414

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "io.appium.settings",
3-
"version": "5.12.24",
3+
"version": "5.13.0",
44
"description": "App for dealing with Android settings",
55
"main": "./build/lib/index.js",
66
"types": "./build/lib/index.d.ts",

0 commit comments

Comments
 (0)