Skip to content

Commit 8706e5a

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.6.7...v3.0.0) (2022-12-21) ### Bug Fixes * **Android:** Fix crash when targeting SDK 31+ ([#165](#165)) ([c70554e](c70554e)) ### BREAKING CHANGES * **Android:** `targetSdkVersion` is now required to be 31+ for Android users.
1 parent c70554e commit 8706e5a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.0.0](https://github.com/Rapsssito/react-native-background-actions/compare/v2.6.7...v3.0.0) (2022-12-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **Android:** Fix crash when targeting SDK 31+ ([#165](https://github.com/Rapsssito/react-native-background-actions/issues/165)) ([c70554e](https://github.com/Rapsssito/react-native-background-actions/commit/c70554e974366e658746953e2d49867a9278e41b))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **Android:** `targetSdkVersion` is now required to be 31+ for Android users.
12+
113
## [2.6.7](https://github.com/Rapsssito/react-native-background-actions/compare/v2.6.6...v2.6.7) (2022-04-25)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-background-actions",
3-
"version": "2.6.7",
3+
"version": "3.0.0",
44
"description": "React Native background service library for running background tasks forever in Android & iOS",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)