From 5166c612c8f243fdfb9cc48c535e262e3583317d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Mar 2019 12:36:49 +0000 Subject: [PATCH] chore(release): 5.4.0 [skip ci] # [5.4.0](https://github.com/react-native-community/react-native-webview/compare/v5.3.1...v5.4.0) (2019-03-20) ### Features * **typescript:** Source code rewrite using typescript ([#425](https://github.com/react-native-community/react-native-webview/issues/425)) ([453b7dd](https://github.com/react-native-community/react-native-webview/commit/453b7dd)), closes [#384](https://github.com/react-native-community/react-native-webview/issues/384) [#435](https://github.com/react-native-community/react-native-webview/issues/435) [#206](https://github.com/react-native-community/react-native-webview/issues/206) [#171](https://github.com/react-native-community/react-native-webview/issues/171) [#168](https://github.com/react-native-community/react-native-webview/issues/168) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69cefd2..424b899 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "5.3.1", + "version": "5.4.0", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "ci": "CI=true && yarn lint && yarn test",