chore(release): 2.7.0 [skip ci]

# [2.7.0](https://github.com/react-native-community/react-native-webview/compare/v2.6.0...v2.7.0) (2018-11-19)

### Features

* **WKWebview:** Add 'userAgent' property to the iOS WKWebView. ([#112](https://github.com/react-native-community/react-native-webview/issues/112)) ([2ec5fa5](https://github.com/react-native-community/react-native-webview/commit/2ec5fa5))
This commit is contained in:
semantic-release-bot 2018-11-19 10:15:16 +00:00
parent 2ec5fa514e
commit 57e6134e67

View File

@ -8,7 +8,7 @@
"Thibault Malbranche <malbranche.thibault@gmail.com>" "Thibault Malbranche <malbranche.thibault@gmail.com>"
], ],
"license": "MIT", "license": "MIT",
"version": "2.6.0", "version": "2.7.0",
"homepage": "https://github.com/react-native-community/react-native-webview#readme", "homepage": "https://github.com/react-native-community/react-native-webview#readme",
"scripts": { "scripts": {
"test:ios:flow": "flow check", "test:ios:flow": "flow check",