From 4628611aecd9dd463508e49bb54708d79d18602c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 9 Aug 2019 08:57:30 +0000 Subject: [PATCH] chore(release): 6.9.0 [skip ci] # [6.9.0](https://github.com/react-native-community/react-native-webview/compare/v6.8.2...v6.9.0) (2019-08-09) ### Features * **iOS:** added `contentInsetAdjustmentBehavior` prop ([493b65d](https://github.com/react-native-community/react-native-webview/commit/493b65d)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c838b9a..3088262 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "6.8.2", + "version": "6.9.0", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "ci": "CI=true && yarn lint && yarn test",