From a482a741080f780583d504c76cd02d7d6f04eac8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Sep 2020 00:45:42 +0000 Subject: [PATCH] chore(release): 10.9.0 [skip ci] # [10.9.0](https://github.com/react-native-community/react-native-webview/compare/v10.8.3...v10.9.0) (2020-09-15) ### Features * **iOS:** Add prop autoManageStatusBarEnabled ([#914](https://github.com/react-native-community/react-native-webview/issues/914)) ([22a60fd](https://github.com/react-native-community/react-native-webview/commit/22a60fd23a9ce396b11f498a6b338bf16510981b)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a57255..ff06e48 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "10.8.3", + "version": "10.9.0", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start",