From 5ddd6c6fc277b348d1e6725c76f98ab55ea282c1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Nov 2019 09:44:12 +0000 Subject: [PATCH] chore(release): 7.5.2 [skip ci] ## [7.5.2](https://github.com/react-native-community/react-native-webview/compare/v7.5.1...v7.5.2) (2019-11-26) ### Bug Fixes * **android:** Added fallback poster image to prevent crashes ([#1036](https://github.com/react-native-community/react-native-webview/issues/1036)) ([d8acd90](https://github.com/react-native-community/react-native-webview/commit/d8acd90)) * **build:** Android build errors when using Gradle 6.0 ([#1037](https://github.com/react-native-community/react-native-webview/issues/1037)) ([5b0c634](https://github.com/react-native-community/react-native-webview/commit/5b0c634)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c7f078..bb073ac 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "7.5.1", + "version": "7.5.2", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "ci": "CI=true && yarn lint && yarn test",