Sfoglia il codice sorgente

chore(release): 6.8.1 [skip ci]

## [6.8.1](https://github.com/react-native-community/react-native-webview/compare/v6.8.0...v6.8.1) (2019-08-08)

### Bug Fixes

* **iOS:** signature of the swizzled `elementDidFocus` method on iOS 13 ([68f3c08](https://github.com/react-native-community/react-native-webview/commit/68f3c08))
semantic-release-bot 4 anni fa
parent
commit
9250c054c6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      package.json

+ 1
- 1
package.json Vedi File

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