From 1b009dd74606ec4082dd78783618dad182c5dc66 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Nov 2020 23:08:39 +0000 Subject: [PATCH] chore(release): 10.10.2 [skip ci] ## [10.10.2](https://github.com/react-native-community/react-native-webview/compare/v10.10.1...v10.10.2) (2020-11-06) ### Bug Fixes * **android:** Unset mWebChromeClient on WebViewManager rather than WebView ([#1720](https://github.com/react-native-community/react-native-webview/issues/1720)) ([c95c0ea](https://github.com/react-native-community/react-native-webview/commit/c95c0ea923a4c30225b04ae1c652e1ed6b6fad98)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b9dab89b..5b3124718 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "10.10.1", + "version": "10.10.2", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start",