From 4d8a76f3691479ef22b55e05c07921af99332395 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 5 Oct 2020 15:20:28 +0000 Subject: [PATCH] chore(release): 10.9.2 [skip ci] ## [10.9.2](https://github.com/react-native-community/react-native-webview/compare/v10.9.1...v10.9.2) (2020-10-05) ### Bug Fixes * **macOS:** Don't include iOS pull-to-refresh control ([#1636](https://github.com/react-native-community/react-native-webview/issues/1636)) ([dbf4659](https://github.com/react-native-community/react-native-webview/commit/dbf46593fa542101ffb0f67bf89a3c8ffd1755dd)) * **podspec:** Lowered deployment target for MacOS to 10.13 ([#1673](https://github.com/react-native-community/react-native-webview/issues/1673)) ([f204195](https://github.com/react-native-community/react-native-webview/commit/f2041955a2788dfc3a686cf3f2462d878e34ffb5)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 189370a68..9627eb0ae 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "10.9.1", + "version": "10.9.2", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start",