chore(release): 6.8.0 [skip ci]

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

### Features

* **focus:** Add functionality to imperatively focus webview ([#567](https://github.com/react-native-community/react-native-webview/issues/567)) ([6f053ba](https://github.com/react-native-community/react-native-webview/commit/6f053ba))
This commit is contained in:
semantic-release-bot 2019-08-06 08:59:12 +00:00
parent 6f053bad7b
commit 078b055948
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.7.0",
"version": "6.8.0",
"homepage": "https://github.com/react-native-community/react-native-webview#readme",
"scripts": {
"ci": "CI=true && yarn lint && yarn test",