From 57e6134e67f558b0618203f7d0f4dad11f8b7ee1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Nov 2018 10:15:16 +0000 Subject: [PATCH] chore(release): 2.7.0 [skip ci] # [2.7.0](https://github.com/react-native-community/react-native-webview/compare/v2.6.0...v2.7.0) (2018-11-19) ### Features * **WKWebview:** Add 'userAgent' property to the iOS WKWebView. ([#112](https://github.com/react-native-community/react-native-webview/issues/112)) ([2ec5fa5](https://github.com/react-native-community/react-native-webview/commit/2ec5fa5)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce71b27..af31961 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "2.6.0", + "version": "2.7.0", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "test:ios:flow": "flow check",