chore: release v6.4.5

This commit is contained in:
Olivier Bouillet 2024-08-17 15:37:45 +02:00
parent 7e222e8fc4
commit 1b691f8e81
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
## [6.4.5](https://github.com/TheWidlarzGroup/react-native-video/compare/v6.4.4...v6.4.5) (2024-08-17)
### Bug Fixes
* **android:** resolve a release issue with DefaultDashChunkSource ([#4097](https://github.com/TheWidlarzGroup/react-native-video/issues/4097)) ([7e222e8](https://github.com/TheWidlarzGroup/react-native-video/commit/7e222e8fc4f3c47a1c9cd2fbf5ff012bcbe98a7f))
* refactor(android): migrate DefaultDashChunkSource to Kotlin (#4078) (b7d1cabf) * refactor(android): migrate DefaultDashChunkSource to Kotlin (#4078) (b7d1cabf)
* fix(ios): remove resume logic in notification seek closure (#4068) (c6ae17e4) * fix(ios): remove resume logic in notification seek closure (#4068) (c6ae17e4)
* chore(doc): update document (props & method) (#4072) (cd41a1b2) * chore(doc): update document (props & method) (#4072) (cd41a1b2)

View File

@ -1,6 +1,6 @@
{ {
"name": "react-native-video", "name": "react-native-video",
"version": "6.4.4", "version": "6.4.5",
"description": "A <Video /> element for react-native", "description": "A <Video /> element for react-native",
"main": "lib/index", "main": "lib/index",
"source": "src/index", "source": "src/index",