bumped version & updated changelog

This commit is contained in:
Jovan Stanimirovic 2019-08-22 11:03:23 +02:00
parent 7615e5dcd1
commit 4320b56545
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
## Changelog
### Version 5.0.1
* Added support for automaticallyWaitsToMinimizeStalling property (iOS) [#1723](https://github.com/react-native-community/react-native-video/pull/1723)
### Version 5.0.0
* AndroidX Support

View File

@ -1,6 +1,6 @@
{
"name": "react-native-video",
"version": "5.0.0",
"version": "5.0.1",
"description": "A <Video /> element for react-native",
"main": "Video.js",
"license": "MIT",