From 27b6804ee73c9ee51020bf4f45edfaf758e2f8f4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 30 Jan 2019 09:34:23 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] # [4.0.0](https://github.com/react-native-community/react-native-webview/compare/v3.2.2...v4.0.0) (2019-01-30) ### Features * **iOS/Android:** Add `cacheEnabled` prop ([#152](https://github.com/react-native-community/react-native-webview/issues/152)) ([83ce79f](https://github.com/react-native-community/react-native-webview/commit/83ce79f)) ### BREAKING CHANGES * **iOS/Android:** This change makes caching enabled by default when previously there was no caching behavior which may cause unexpected behaviour changes in your existing implementations. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a5aef4..7f60d1a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "3.2.2", + "version": "4.0.0", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "test:ios:flow": "flow check",