chore: release v6.8.0

This commit is contained in:
Krzysztof Moch 2024-11-17 15:42:49 +01:00
parent d277c5e946
commit d934f214f5
No known key found for this signature in database
GPG Key ID: 8E866051960AC8B4
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# [6.8.0](https://github.com/TheWidlarzGroup/react-native-video/compare/v6.7.0...v6.8.0) (2024-11-17)
### Bug Fixes
* **android:** add helper to avoid type error ([#4257](https://github.com/TheWidlarzGroup/react-native-video/issues/4257)) ([3b4bfd3](https://github.com/TheWidlarzGroup/react-native-video/commit/3b4bfd3936a8cb846c0e61ffd396940987a7ba43))
# [6.7.0](https://github.com/TheWidlarzGroup/react-native-video/compare/v6.6.4...v6.7.0) (2024-10-17)

View File

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