From 59e5e71e4e0052cda41ac8503f8bbb3383d4f12a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 Aug 2019 08:07:49 +0000 Subject: [PATCH] chore(release): 6.4.1 [skip ci] ## [6.4.1](https://github.com/react-native-community/react-native-webview/compare/v6.4.0...v6.4.1) (2019-08-02) ### Bug Fixes * **android:** onMessage on android to return baseEvent([#755](https://github.com/react-native-community/react-native-webview/issues/755)) ([282f81d](https://github.com/react-native-community/react-native-webview/commit/282f81d)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec42d92..6fccc70 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "6.4.0", + "version": "6.4.1", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "ci": "CI=true && yarn lint && yarn test",