Release version 2.2.0

This commit is contained in:
Hampton Maxwell 2018-06-08 10:12:07 -07:00
parent 3f6af0c000
commit 99c29a907d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
## Changelog
Upcoming release
### Version 2.2.0
* Support outputting to a TextureView on Android ExoPlayer (https://github.com/react-native-community/react-native-video/pull/1058)
* Support changing the left/right balance on Android MediaPlayer (https://github.com/react-native-community/react-native-video/pull/1051)
* Prevent multiple onEnd notifications on iOS (https://github.com/react-native-community/react-native-video/pull/832)

View File

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