Przeglądaj źródła

chore(release): 6.9.0 [skip ci]

# [6.9.0](https://github.com/react-native-community/react-native-webview/compare/v6.8.2...v6.9.0) (2019-08-09)

### Features

* **iOS:** added `contentInsetAdjustmentBehavior` prop ([493b65d](https://github.com/react-native-community/react-native-webview/commit/493b65d))
semantic-release-bot 4 lat temu
rodzic
commit
4628611aec
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      package.json

+ 1
- 1
package.json Wyświetl plik

@@ -8,7 +8,7 @@
8 8
     "Thibault Malbranche <malbranche.thibault@gmail.com>"
9 9
   ],
10 10
   "license": "MIT",
11
-  "version": "6.8.2",
11
+  "version": "6.9.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",