Skip to content

Commit

Permalink
chore(release): 5.12.22 [skip ci]
Browse files Browse the repository at this point in the history
## [5.12.22](v5.12.21...v5.12.22) (2025-01-16)

### Bug Fixes

* Do not register the broad cast receivers for record action ([#206](#206)) ([1ab3716](1ab3716))
  • Loading branch information
semantic-release-bot committed Jan 16, 2025
1 parent 1ab3716 commit 2f88a85
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 @@
## [5.12.22](https://github.com/appium/io.appium.settings/compare/v5.12.21...v5.12.22) (2025-01-16)

### Bug Fixes

* Do not register the broad cast receivers for record action ([#206](https://github.com/appium/io.appium.settings/issues/206)) ([1ab3716](https://github.com/appium/io.appium.settings/commit/1ab37169629fe5807c86e5b965b36f8f5b568c0b))

## [5.12.21](https://github.com/appium/io.appium.settings/compare/v5.12.20...v5.12.21) (2025-01-10)

### 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 @@ -7,8 +7,8 @@ android {
minSdkVersion 21
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 32
versionCode 111
versionName "5.12.21"
versionCode 112
versionName "5.12.22"
applicationId "io.appium.settings"
}

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": "io.appium.settings",
"version": "5.12.21",
"version": "5.12.22",
"description": "App for dealing with Android settings",
"main": "./build/lib/index.js",
"types": "./build/lib/index.d.ts",
Expand Down

0 comments on commit 2f88a85

Please sign in to comment.