From 48230e4dcff2ad234d2617026924d07e106c2022 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 25 Nov 2018 10:18:20 +0000 Subject: [PATCH] chore(release): 2.13.0 [skip ci] # [2.13.0](https://github.com/react-native-community/react-native-webview/compare/v2.12.1...v2.13.0) (2018-11-25) ### Features * **WKWebView:** [ios] Add allowsLinkPreview property to WKWebView ([#170](https://github.com/react-native-community/react-native-webview/issues/170)) ([731dd03](https://github.com/react-native-community/react-native-webview/commit/731dd03)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c48ab7..34f14fe 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "2.12.1", + "version": "2.13.0", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "test:ios:flow": "flow check",