Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.0.1...v4.0.0) (2024-06-17)

### Bug Fixes

* **Android:** Fix Android 14 crash with implicit intent ([#208](#208)) ([d30165f](d30165f))

### BREAKING CHANGES

* **Android:** `targetSdkVersion` is now required to be 34+ for Android users.
  • Loading branch information
semantic-release-bot committed Jun 17, 2024
1 parent f1f4b9d commit c6a82d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.0.0](https://github.com/Rapsssito/react-native-background-actions/compare/v3.0.1...v4.0.0) (2024-06-17)


### Bug Fixes

* **Android:** Fix Android 14 crash with implicit intent ([#208](https://github.com/Rapsssito/react-native-background-actions/issues/208)) ([d30165f](https://github.com/Rapsssito/react-native-background-actions/commit/d30165fca1a1acb5837a7fd00361ff17f9169827))


### BREAKING CHANGES

* **Android:** `targetSdkVersion` is now required to be 34+ for Android users.

## [3.0.1](https://github.com/Rapsssito/react-native-background-actions/compare/v3.0.0...v3.0.1) (2023-10-11)


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": "react-native-background-actions",
"version": "3.0.1",
"version": "4.0.0",
"description": "React Native background service library for running background tasks forever in Android & iOS",
"keywords": [
"react-native",
Expand Down

0 comments on commit c6a82d7

Please sign in to comment.