chore(release): 6.9.1 [skip ci]

## [6.9.1](https://github.com/react-native-community/react-native-webview/compare/v6.9.0...v6.9.1) (2019-08-29)

### Bug Fixes

* **android:** Allow user to rotate fullscreen video (Android X) ([#816](https://github.com/react-native-community/react-native-webview/issues/816)) ([1ea05d3](https://github.com/react-native-community/react-native-webview/commit/1ea05d3))
* **android:** webview crash with incognito in Android Lollipop ([#799](https://github.com/react-native-community/react-native-webview/issues/799)) ([47e9a0b](https://github.com/react-native-community/react-native-webview/commit/47e9a0b))
This commit is contained in:
semantic-release-bot 2019-08-29 14:51:47 +00:00
parent 47e9a0b97d
commit e515a31cf0

View File

@ -8,7 +8,7 @@
"Thibault Malbranche <malbranche.thibault@gmail.com>"
],
"license": "MIT",
"version": "6.9.0",
"version": "6.9.1",
"homepage": "https://github.com/react-native-community/react-native-webview#readme",
"scripts": {
"ci": "CI=true && yarn lint && yarn test",