Browse Source

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.
semantic-release-bot 5 years ago
parent
commit
cfa49943c4
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": "5.9.0",
11
+  "version": "6.0.0",
12 12
   "homepage": "https://github.com/react-native-community/react-native-webview#readme",
13 13
   "scripts": {
14 14
     "ci": "CI=true && yarn lint && yarn test",