From b482bbd3a38d75e44830f68cda9053ef2a7958b6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 May 2020 20:25:34 +0000 Subject: [PATCH] chore(release): 10.2.3 [skip ci] ## [10.2.3](https://github.com/react-native-community/react-native-webview/compare/v10.2.2...v10.2.3) (2020-05-29) ### Bug Fixes * **windows:** Add postMessage for Windows WebView ([#1263](https://github.com/react-native-community/react-native-webview/issues/1263) by [@kaiguo](https://github.com/kaiguo)) ([e402e73](https://github.com/react-native-community/react-native-webview/commit/e402e739eaf2b67987a5ada4af4050f71b93c9fe)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7de294a..96c0b86 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "10.2.2", + "version": "10.2.3", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start",