From 86bfb6867699c29769d5de4f0b290c53c1922a2b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 Aug 2019 09:02:09 +0000 Subject: [PATCH] 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)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0338cdd..8afb2fb 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "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",