From e6b4a5b6d729dfb9e043cdb1d15f7641891d5d08 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 2 Sep 2019 22:45:23 +0000 Subject: [PATCH] chore(release): 7.0.2 [skip ci] ## [7.0.2](https://github.com/react-native-community/react-native-webview/compare/v7.0.1...v7.0.2) (2019-09-02) ### Bug Fixes * **deps:** update dependencies to address security issues ([#837](https://github.com/react-native-community/react-native-webview/issues/837)) ([0411345](https://github.com/react-native-community/react-native-webview/commit/0411345)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39490d6..46512f8 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "7.0.0", + "version": "7.0.2", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "ci": "CI=true && yarn lint && yarn test",