From 83f13c4ba32832150c16025aacf77fdb06cba564 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Mar 2019 09:16:08 +0000 Subject: [PATCH] chore(release): 5.2.5 [skip ci] ## [5.2.5](https://github.com/react-native-community/react-native-webview/compare/v5.2.4...v5.2.5) (2019-03-07) ### Bug Fixes * **types:** add showScrollIndicator prop to type file ([#388](https://github.com/react-native-community/react-native-webview/issues/388)) ([a364d3e](https://github.com/react-native-community/react-native-webview/commit/a364d3e)) * **vulnerability:** merge issue ([#399](https://github.com/react-native-community/react-native-webview/issues/399)) ([74a2086](https://github.com/react-native-community/react-native-webview/commit/74a2086)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8365f2a..feaf6bb 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "5.2.4", + "version": "5.2.5", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "test:js": "jest",