chore: release v6.8.2

This commit is contained in:
Olivier Bouillet 2024-11-25 21:36:30 +01:00
parent f37dc9e33e
commit 569a79c510
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
## [6.8.2](https://github.com/TheWidlarzGroup/react-native-video/compare/v6.8.1...v6.8.2) (2024-11-25)
### Bug Fixes
* playback restart without bufferingConfig ([#4305](https://github.com/TheWidlarzGroup/react-native-video/issues/4305)) ([f37dc9e](https://github.com/TheWidlarzGroup/react-native-video/commit/f37dc9e33ebefd922605c5ae91360379fe91bed6))
## [6.8.1](https://github.com/TheWidlarzGroup/react-native-video/compare/v6.8.0...v6.8.1) (2024-11-24)

View File

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