From 6eaca5f005e5469f87f83f2a689bea8d9fb826e6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 14 Dec 2018 10:20:18 +0000 Subject: [PATCH] chore(release): 2.14.1 [skip ci] ## [2.14.1](https://github.com/react-native-community/react-native-webview/compare/v2.14.0...v2.14.1) (2018-12-14) ### Bug Fixes * **WKWebview:** Fixed non-working iOS alert. ([#188](https://github.com/react-native-community/react-native-webview/issues/188)) ([41d9bdc](https://github.com/react-native-community/react-native-webview/commit/41d9bdc)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a22ac96..a9bd863 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "2.14.0", + "version": "2.14.1", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "test:ios:flow": "flow check",