From 30dc8b49a9f157e05f9f17f73b4ebc99da47674f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 27 Mar 2019 08:27:45 +0000 Subject: [PATCH] chore(release): 5.4.5 [skip ci] ## [5.4.5](https://github.com/react-native-community/react-native-webview/compare/v5.4.4...v5.4.5) (2019-03-27) ### Bug Fixes * **types:** export WebViewProps for external use ([#457](https://github.com/react-native-community/react-native-webview/issues/457)) ([ef709aa](https://github.com/react-native-community/react-native-webview/commit/ef709aa)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab85df8..643066d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "5.4.4", + "version": "5.4.5", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "ci": "CI=true && yarn lint && yarn test",