From 5f7f4a19f2b3d4d7f0c6680a3b6be064e19e7965 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 17 Mar 2020 02:32:43 +0000 Subject: [PATCH] chore(release): 8.2.0 [skip ci] # [8.2.0](https://github.com/react-native-community/react-native-webview/compare/v8.1.2...v8.2.0) (2020-03-17) ### Features * **Windows:** Windows support! ([#1220](https://github.com/react-native-community/react-native-webview/issues/1220)) ([ffee0d4](https://github.com/react-native-community/react-native-webview/commit/ffee0d4)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49c74f3..c71f1c9 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "8.1.2", + "version": "8.2.0", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start",