Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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.
  • Loading branch information
semantic-release-bot committed Dec 21, 2022
1 parent c70554e commit 8706e5a
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 @@
# [3.0.0](https://github.com/Rapsssito/react-native-background-actions/compare/v2.6.7...v3.0.0) (2022-12-21)


### Bug Fixes

* **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))


### BREAKING CHANGES

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

## [2.6.7](https://github.com/Rapsssito/react-native-background-actions/compare/v2.6.6...v2.6.7) (2022-04-25)


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": "2.6.7",
"version": "3.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 8706e5a

Please sign in to comment.