Browse Source

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.
semantic-release-bot 5 years ago
parent
commit
27b6804ee7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

@@ -8,7 +8,7 @@
8 8
     "Thibault Malbranche <malbranche.thibault@gmail.com>"
9 9
   ],
10 10
   "license": "MIT",
11
-  "version": "3.2.2",
11
+  "version": "4.0.0",
12 12
   "homepage": "https://github.com/react-native-community/react-native-webview#readme",
13 13
   "scripts": {
14 14
     "test:ios:flow": "flow check",