chore: release v6.9.1

This commit is contained in:
Krzysztof Moch 2025-01-10 12:09:07 +01:00
parent 3924b5e295
commit 89ee02bdab
No known key found for this signature in database
GPG Key ID: 8E866051960AC8B4
2 changed files with 9 additions and 1 deletions

@ -1,5 +1,13 @@
## [6.9.1](https://github.com/TheWidlarzGroup/react-native-video/compare/v6.9.0...v6.9.1) (2025-01-10)
### Bug Fixes
* avoid memory leak on iOS ([#4355](https://github.com/TheWidlarzGroup/react-native-video/issues/4355)) ([424f4ee](https://github.com/TheWidlarzGroup/react-native-video/commit/424f4eeddea989392e25c52f45a9a0281ead6fe1))
* NPE in setEnterPictureInPictureOnLeave for unsupported Android versions ([#4362](https://github.com/TheWidlarzGroup/react-native-video/issues/4362)) ([3924b5e](https://github.com/TheWidlarzGroup/react-native-video/commit/3924b5e295ed64c97284f4665bc294066a83574a))
# [6.9.0](https://github.com/TheWidlarzGroup/react-native-video/compare/v6.8.2...v6.9.0) (2025-01-04)

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