chore(release): 5.4.6 [skip ci]

## [5.4.6](https://github.com/react-native-community/react-native-webview/compare/v5.4.5...v5.4.6) (2019-03-27)

### Bug Fixes

* **android:** Annotate RNCWebViewModule with @ReactModule to comply with latest changes ([#459](https://github.com/react-native-community/react-native-webview/issues/459)) ([f6e208b](https://github.com/react-native-community/react-native-webview/commit/f6e208b))
This commit is contained in:
semantic-release-bot 2019-03-27 09:54:37 +00:00
parent f6e208be61
commit 07ce4fdc8f
1 changed files with 1 additions and 1 deletions

View File

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