chore(release): 6.5.1 [skip ci]

## [6.5.1](https://github.com/react-native-community/react-native-webview/compare/v6.5.0...v6.5.1) (2019-08-02)

### Bug Fixes

* **iOS:** Align look and feel of Window.prompt() to Mobile Safari ([#677](https://github.com/react-native-community/react-native-webview/issues/677)) ([231100d](https://github.com/react-native-community/react-native-webview/commit/231100d))
This commit is contained in:
semantic-release-bot 2019-08-02 09:02:09 +00:00
parent 231100dc3c
commit 86bfb68676
1 changed files with 1 additions and 1 deletions

View File

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