From cfa49943c4862fadcf2dc9e576f8eadf3dc77dd3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 16 May 2019 22:35:33 +0000 Subject: [PATCH] chore(release): 6.0.0 [skip ci] # [6.0.0](https://github.com/react-native-community/react-native-webview/compare/v5.9.0...v6.0.0) (2019-05-16) ### Features * **android:** Migrate to Android X ([#520](https://github.com/react-native-community/react-native-webview/issues/520)) ([1d6c88d](https://github.com/react-native-community/react-native-webview/commit/1d6c88d)) ### BREAKING CHANGES * **android:** If you override compileSdkVersion<28 it won't work anymore. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6b4265..26d8055 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "5.9.0", + "version": "6.0.0", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "ci": "CI=true && yarn lint && yarn test",