From ca696b586faff2717c0fcb54f7405ddebce7db5c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 20 May 2021 08:22:25 +0000 Subject: [PATCH] chore(release): 11.4.6 [skip ci] ## [11.4.6](https://github.com/react-native-webview/react-native-webview/compare/v11.4.5...v11.4.6) (2021-05-20) ### Bug Fixes * **android:** Changing ThemedReactContext to ReactContext to allow custom stuff ([#1994](https://github.com/react-native-webview/react-native-webview/issues/1994)) ([7b71364](https://github.com/react-native-webview/react-native-webview/commit/7b71364a9cb91d43b10e1c9dcfabf75253d3514d)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90fba90..7fa1e71 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "11.4.5", + "version": "11.4.6", "homepage": "https://github.com/react-native-webview/react-native-webview#readme", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start",