Parcourir la source

chore(release): 10.6.0 [skip ci]

# [10.6.0](https://github.com/react-native-community/react-native-webview/compare/v10.5.0...v10.6.0) (2020-08-15)

### Features

* **events:** Add isTopFrame to shouldStartLoadForRequest ([#1537](https://github.com/react-native-community/react-native-webview/issues/1537)) ([6a9116f](6a9116f2d1/))
semantic-release-bot il y a 4 ans
Parent
révision
2451c00f26
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      package.json

+ 1
- 1
package.json Voir le fichier

@@ -8,7 +8,7 @@
8 8
     "Thibault Malbranche <malbranche.thibault@gmail.com>"
9 9
   ],
10 10
   "license": "MIT",
11
-  "version": "10.5.0",
11
+  "version": "10.6.0",
12 12
   "homepage": "https://github.com/react-native-community/react-native-webview#readme",
13 13
   "scripts": {
14 14
     "start": "node node_modules/react-native/local-cli/cli.js start",