From 1a0f2498d5ae7ed44e4c0228747e18806cd84ff8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 2 Jun 2019 18:56:41 +0000 Subject: [PATCH] chore(release): 6.2.1 [skip ci] ## [6.2.1](https://github.com/react-native-community/react-native-webview/compare/v6.2.0...v6.2.1) (2019-06-02) ### Bug Fixes * **iOS WKWebView:** contentInset not properly applied ([#603](https://github.com/react-native-community/react-native-webview/issues/603)) ([6e79f2a](https://github.com/react-native-community/react-native-webview/commit/6e79f2a)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 27eff02..6a249df 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "6.2.0", + "version": "6.2.1", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "ci": "CI=true && yarn lint && yarn test",