From 7dc875e056d46dd20609bb85dfa0258c95b0301d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 28 Feb 2019 21:04:32 +0000 Subject: [PATCH] chore(release): 5.2.2 [skip ci] ## [5.2.2](https://github.com/react-native-community/react-native-webview/compare/v5.2.1...v5.2.2) (2019-02-28) ### Bug Fixes * **android:scalesPageToFit:** scalesPageToFit does not work as intended , especially for large jpg and png images. ([#275](https://github.com/react-native-community/react-native-webview/issues/275)) ([a661df1](https://github.com/react-native-community/react-native-webview/commit/a661df1)), closes [#113](https://github.com/react-native-community/react-native-webview/issues/113) * **WKWebview Scroll:** Don't allow the scrollView to scroll when `scrollEnabled={false}`. ([#158](https://github.com/react-native-community/react-native-webview/issues/158)) ([0e6e92a](https://github.com/react-native-community/react-native-webview/commit/0e6e92a)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ee00b4..f83ce38 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "5.2.1", + "version": "5.2.2", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "test:js": "jest",