From e09761c5aa1f329e4d21cb77dfd46ea297bc7df4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Aug 2019 15:11:19 +0000 Subject: [PATCH] chore(release): 6.11.0 [skip ci] # [6.11.0](https://github.com/react-native-community/react-native-webview/compare/v6.10.0...v6.11.0) (2019-08-29) ### Features * **iOS:** add-javaScriptEnabled prop ([#592](https://github.com/react-native-community/react-native-webview/issues/592)) ([a28096b](https://github.com/react-native-community/react-native-webview/commit/a28096b)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d272cd5..55895a5 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "6.10.0", + "version": "6.11.0", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "ci": "CI=true && yarn lint && yarn test",