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))
This commit is contained in:
semantic-release-bot 2019-08-08 08:34:39 +00:00
parent 68f3c08b54
commit 9250c054c6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"Thibault Malbranche <malbranche.thibault@gmail.com>"
],
"license": "MIT",
"version": "6.8.0",
"version": "6.8.1",
"homepage": "https://github.com/react-native-community/react-native-webview#readme",
"scripts": {
"ci": "CI=true && yarn lint && yarn test",