From 0466dfff179464577c30282a87ec5a5233d9ed8e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 5 Sep 2019 13:17:35 +0000 Subject: [PATCH] chore(release): 7.0.4 [skip ci] ## [7.0.4](https://github.com/react-native-community/react-native-webview/compare/v7.0.3...v7.0.4) (2019-09-05) ### Bug Fixes * **iOS:** use RCTConvert to convert allowingReadAccessToURL. ([#845](https://github.com/react-native-community/react-native-webview/issues/845)) ([c366fdf](https://github.com/react-native-community/react-native-webview/commit/c366fdf)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66747a9..b7ae76e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "7.0.3", + "version": "7.0.4", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "ci": "CI=true && yarn lint && yarn test",