chore(release): 5.5.1 [skip ci]

## [5.5.1](https://github.com/react-native-community/react-native-webview/compare/v5.5.0...v5.5.1) (2019-04-02)

### Bug Fixes

* **iOS WKWebView:** fixed local html files loading on real devices ([#403](https://github.com/react-native-community/react-native-webview/issues/403)) ([9c9b7d7](https://github.com/react-native-community/react-native-webview/commit/9c9b7d7))
This commit is contained in:
semantic-release-bot 2019-04-02 13:47:31 +00:00
parent 9c9b7d721a
commit cec9019053

View File

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