From 59443a10932fbc0f8eb27ee10505b1e0f3247a28 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Mar 2019 10:12:57 +0000 Subject: [PATCH] chore(release): 5.4.4 [skip ci] ## [5.4.4](https://github.com/react-native-community/react-native-webview/compare/v5.4.3...v5.4.4) (2019-03-26) ### Bug Fixes * **types:** make source html base URL optional ([a1e2368](https://github.com/react-native-community/react-native-webview/commit/a1e2368)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 539e2d9..ab85df8 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "5.4.3", + "version": "5.4.4", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "ci": "CI=true && yarn lint && yarn test",