From dcc9d3f271bc98ee840e9b9bd3184b9e97067980 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 21 Mar 2019 14:33:17 +0000 Subject: [PATCH] chore(release): 5.4.2 [skip ci] ## [5.4.2](https://github.com/react-native-community/react-native-webview/compare/v5.4.1...v5.4.2) (2019-03-21) ### Bug Fixes * **types:** Add missing type definitions of the methods ([#442](https://github.com/react-native-community/react-native-webview/issues/442)) ([54268ff](https://github.com/react-native-community/react-native-webview/commit/54268ff)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6deb751..9f39e58 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "5.4.1", + "version": "5.4.2", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "ci": "CI=true && yarn lint && yarn test",