From 19896fc810da97117854b37bd59e7fae85bff253 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 21 Feb 2020 19:05:47 +0000 Subject: [PATCH] chore(release): 8.1.2 [skip ci] ## [8.1.2](https://github.com/react-native-community/react-native-webview/compare/v8.1.1...v8.1.2) (2020-02-21) ### Bug Fixes * **Android:** Don't log the cookie when downloading file. ([#1224](https://github.com/react-native-community/react-native-webview/issues/1224)) ([2470245](https://github.com/react-native-community/react-native-webview/commit/2470245)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 063b026..77b3c9e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "8.1.1", + "version": "8.1.2", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start",