From 749add1d87cc5296edb1bc9b4cc1d130a5e1dcf9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 28 May 2020 23:51:55 +0000 Subject: [PATCH] chore(release): 10.2.0 [skip ci] # [10.2.0](https://github.com/react-native-community/react-native-webview/compare/v10.1.1...v10.2.0) (2020-05-28) ### Bug Fixes * **android:** Updated permissions for Android Q and above ([#1384](https://github.com/react-native-community/react-native-webview/issues/1384) by @Karthz) ([03dbcb8](https://github.com/react-native-community/react-native-webview/commit/03dbcb870eba625d8231bb4808bd91bec70afd85)) ### Features * **webview:** Allow javascript to open windows automatically ([#1409](https://github.com/react-native-community/react-native-webview/issues/1409) by [@trcoffman](https://github.com/trcoffman)) ([91df544](https://github.com/react-native-community/react-native-webview/commit/91df544faef8b1cae7ce29dc8b7b615401f3aced)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aeaf007..08ba57b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "10.1.1", + "version": "10.2.0", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start",