chore: release v6.13.0

This commit is contained in:
Krzysztof Moch
2025-04-18 18:08:14 +02:00
parent b1b3db3010
commit 735e35a2ea
2 changed files with 14 additions and 1 deletions

View File

@@ -1,5 +1,18 @@
# [6.13.0](https://github.com/TheWidlarzGroup/react-native-video/compare/v6.12.0...v6.13.0) (2025-04-18)
### Bug Fixes
* **macCatalyst:** allowsVideoFrameAnalysis not available in catalyst until 18.0 ([#4515](https://github.com/TheWidlarzGroup/react-native-video/issues/4515)) ([b17c319](https://github.com/TheWidlarzGroup/react-native-video/commit/b17c319c32ad8080ad911ec4be7fa02bc4a6d6ee))
* **tvos:** build ([#4511](https://github.com/TheWidlarzGroup/react-native-video/issues/4511)) ([4034046](https://github.com/TheWidlarzGroup/react-native-video/commit/40340467d7df2ad606f25606041630c489c385f6))
### Features
* **ios:** add `overridePlayerAsset` to `AVPlayerPlugin` ([#4522](https://github.com/TheWidlarzGroup/react-native-video/issues/4522)) ([b1b3db3](https://github.com/TheWidlarzGroup/react-native-video/commit/b1b3db301097e82c8d449c08f7d334a2eaeac0ea))
# [6.12.0](https://github.com/TheWidlarzGroup/react-native-video/compare/v6.11.0...v6.12.0) (2025-04-06)

View File

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