We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7872dfe commit 07b47ecCopy full SHA for 07b47ec
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [14.5.0]
11
+
12
+- Enable support for Google Pay (Android)
13
+- Prevent WebView from downloading images, in lieu of just displaying
14
+- Handle missing service worker bug on iOS
15
16
## [14.4.0]
17
18
### Added
package.json
@@ -10,7 +10,7 @@
"Thibault Malbranche <[email protected]>"
],
"license": "MIT",
- "version": "14.4.0",
+ "version": "14.5.0",
"homepage": "https://github.com/MetaMask/react-native-webview-mm#readme",
"scripts": {
"android": "react-native run-android",
0 commit comments