chore(release): 9.1.1 [skip ci]

## [9.1.1](https://github.com/react-native-community/react-native-webview/compare/v9.1.0...v9.1.1) (2020-04-07)

### Bug Fixes

* **iOS:** injectedJavaScriptBeforeContentLoaded now runs when messaging is not enabled ([#1286](https://github.com/react-native-community/react-native-webview/issues/1286)) ([571fb8d](https://github.com/react-native-community/react-native-webview/commit/571fb8d))
This commit is contained in:
semantic-release-bot 2020-04-07 17:02:43 +00:00
parent 571fb8df79
commit 8a46bb9453
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"Thibault Malbranche <malbranche.thibault@gmail.com>" "Thibault Malbranche <malbranche.thibault@gmail.com>"
], ],
"license": "MIT", "license": "MIT",
"version": "9.1.0", "version": "9.1.1",
"homepage": "https://github.com/react-native-community/react-native-webview#readme", "homepage": "https://github.com/react-native-community/react-native-webview#readme",
"scripts": { "scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start", "start": "node node_modules/react-native/local-cli/cli.js start",