From 8aae53f3387b298805695ffc2798cfcf38a93570 Mon Sep 17 00:00:00 2001 From: Darius Costolas <10818970+meltingice1337@users.noreply.github.com> Date: Tue, 15 Sep 2026 15:19:00 +0300 Subject: [PATCH] Release 14.7.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15ea3a8254..a02dbdba39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [14.7.0] + ### Added - add `additionalMessageHandlerNames` prop (iOS) to register extra native script message handlers that forward to `onMessage`, including in Apple Pay mode @@ -77,7 +79,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - bump ws from 6.2.2 to 6.2.3 in the npm_and_yarn group across 1 directory (https://github.com/MetaMask/react-native-webview-mm/pull/35) - sync with upstream v13.13.5 (https://github.com/MetaMask/react-native-webview-mm/pull/47) -[Unreleased]: https://github.com/MetaMask/react-native-webview-mm/compare/v14.6.0...main +[Unreleased]: https://github.com/MetaMask/react-native-webview-mm/compare/v14.7.0...main +[14.7.0]: https://github.com/MetaMask/react-native-webview-mm/compare/v14.6.0...v14.7.0 [14.6.0]: https://github.com/MetaMask/react-native-webview-mm/compare/7872dfe...v14.6.0 [14.5.0]: https://github.com/MetaMask/react-native-webview-mm/compare/d93893d...7872dfe [14.4.0]: https://github.com/MetaMask/react-native-webview-mm/compare/bfdef1a...d93893d diff --git a/package.json b/package.json index 6b9ca814f3..08abad253b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "14.6.0", + "version": "14.7.0", "homepage": "https://github.com/MetaMask/react-native-webview-mm#readme", "scripts": { "android": "react-native run-android",