From 2a95296ddd67b277673c19b0aae6cdf4a50c7d4c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 17 Aug 2020 10:12:57 +0000 Subject: [PATCH] chore(release): 10.7.0 [skip ci] # [10.7.0](https://github.com/react-native-community/react-native-webview/compare/v10.6.0...v10.7.0) (2020-08-17) ### Features * **iOS:** Add the pull to refresh ([#1265](https://github.com/react-native-community/react-native-webview/issues/1265)) ([a02d88f](https://github.com/react-native-community/react-native-webview/commit/a02d88f54f789608c94ba8e53dc2f9ff6c3292f6)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3794d4375..faa147c3e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "10.6.0", + "version": "10.7.0", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start",