From 2256e4edad60b0a977b5b48afd55fa05c90fe315 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Sep 2019 09:35:31 +0000 Subject: [PATCH] chore(release): 7.0.6 [skip ci] ## [7.0.6](https://github.com/react-native-community/react-native-webview/compare/v7.0.5...v7.0.6) (2019-09-18) ### Bug Fixes * **android:** Allow scrolling inside ScrollView ([#281](https://github.com/react-native-community/react-native-webview/issues/281)) ([a5cb7ba](https://github.com/react-native-community/react-native-webview/commit/a5cb7ba)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff9e7df..cfeebd2 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "7.0.5", + "version": "7.0.6", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "ci": "CI=true && yarn lint && yarn test",