Skip to content

Commit

Permalink
chore(release): 4.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.1](v4.0.0...v4.0.1) (2024-07-09)

### Bug Fixes

* **Android:** Fix RN 0.73 namespace requirement ([#229](#229)) ([d6f3135](d6f3135))
  • Loading branch information
semantic-release-bot committed Jul 9, 2024
1 parent d6f3135 commit 88510e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.0.1](https://github.com/Rapsssito/react-native-background-actions/compare/v4.0.0...v4.0.1) (2024-07-09)


### Bug Fixes

* **Android:** Fix RN 0.73 namespace requirement ([#229](https://github.com/Rapsssito/react-native-background-actions/issues/229)) ([d6f3135](https://github.com/Rapsssito/react-native-background-actions/commit/d6f31351ed745980d2d036d4d5c1c55884cea8d5))

# [4.0.0](https://github.com/Rapsssito/react-native-background-actions/compare/v3.0.1...v4.0.0) (2024-06-17)


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

0 comments on commit 88510e0

Please sign in to comment.