chore: release v6.6.1

This commit is contained in:
Olivier Bouillet 2024-09-18 22:51:28 +02:00
parent 7d43d5d3da
commit 892efdd3ab
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
## [6.6.1](https://github.com/TheWidlarzGroup/react-native-video/compare/v6.6.0...v6.6.1) (2024-09-18)
### Bug Fixes
* **ios:** fix side loaded text track management ([#4180](https://github.com/TheWidlarzGroup/react-native-video/issues/4180)) ([7d43d5d](https://github.com/TheWidlarzGroup/react-native-video/commit/7d43d5d3da72495e94468756be21442f96cc7a89))
# [6.6.0](https://github.com/TheWidlarzGroup/react-native-video/compare/v6.5.0...v6.6.0) (2024-09-18)

View File

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