Skip to content

Commit

Permalink
chore(release): Update to v4.0.1 (#2189)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz authored Oct 31, 2023
1 parent 12144e7 commit a0fdd21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# [4.0.1](https://github.com/doublesymmetry/react-native-track-player/compare/v4.0.0...v4.0.1) (2023-10-31)

* **android:** Fix: notification dissapearing in background
* **android:** Allow overriding notification channel name and description

# [4.0.0](https://github.com/doublesymmetry/react-native-track-player/compare/v4.0.0-rc09...v4.0.0) (2023-10-20)

* **RN:** New metadata events have a new `metadata` property that contains the metadata that was received
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-track-player",
"version": "4.0.0",
"version": "4.0.1",
"description": "A fully fledged audio module created for music apps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit a0fdd21

Please sign in to comment.