From 16acf6fbdcd320c837add6106f01284628c60633 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 May 2019 07:27:34 +0000 Subject: [PATCH] chore(release): 6.0.1 [skip ci] ## [6.0.1](https://github.com/react-native-community/react-native-webview/compare/v6.0.0...v6.0.1) (2019-05-17) ### Bug Fixes * **Android:** on scroll syntax error ([#577](https://github.com/react-native-community/react-native-webview/issues/577)) ([cbbff21](https://github.com/react-native-community/react-native-webview/commit/cbbff21)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26d8055..8b820f9 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "6.0.0", + "version": "6.0.1", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "ci": "CI=true && yarn lint && yarn test",