From d864c31b62b6b3a0d2d503bbec1b83cf897f3c65 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Apr 2019 15:49:33 +0000 Subject: [PATCH] chore(release): 5.8.0 [skip ci] # [5.8.0](https://github.com/react-native-community/react-native-webview/compare/v5.7.2...v5.8.0) (2019-04-29) ### Features * **WKWebView:** Allow focus without user interaction ([#540](https://github.com/react-native-community/react-native-webview/issues/540)) ([455c30e](https://github.com/react-native-community/react-native-webview/commit/455c30e)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index df18962..ad6ad75 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "5.7.2", + "version": "5.8.0", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "ci": "CI=true && yarn lint && yarn test",