chore(release): 5.4.1 [skip ci]

## [5.4.1](https://github.com/react-native-community/react-native-webview/compare/v5.4.0...v5.4.1) (2019-03-20)

### Bug Fixes

* **android:** Do not hold a strong reference to native module in the package ([#434](https://github.com/react-native-community/react-native-webview/issues/434)) ([566a629](https://github.com/react-native-community/react-native-webview/commit/566a629))
This commit is contained in:
semantic-release-bot 2019-03-20 13:06:27 +00:00
parent 566a6292b4
commit c32f947362
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.0",
"version": "5.4.1",
"homepage": "https://github.com/react-native-community/react-native-webview#readme",
"scripts": {
"ci": "CI=true && yarn lint && yarn test",