chore: release v6.8.1

This commit is contained in:
Olivier Bouillet 2024-11-24 21:25:46 +01:00
parent 2b7c215e66
commit dd78241b0d
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
## [6.8.1](https://github.com/TheWidlarzGroup/react-native-video/compare/v6.8.0...v6.8.1) (2024-11-24)
### Bug Fixes
* **ios:** handle async player access in text track selection ([#4293](https://github.com/TheWidlarzGroup/react-native-video/issues/4293)) ([daaac97](https://github.com/TheWidlarzGroup/react-native-video/commit/daaac9740aed1858b7ababae0ec8b08274130a27))
# [6.8.0](https://github.com/TheWidlarzGroup/react-native-video/compare/v6.7.0...v6.8.0) (2024-11-17)

View File

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