From b13cd74e85b70271a9802ebd6c2ff879bd4f8d7f Mon Sep 17 00:00:00 2001 From: Tyschenko Date: Wed, 30 Jul 2025 16:07:05 +0100 Subject: [PATCH] Bump version to 14.4.0 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b9c2b05e..559932f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [14.4.0] + +### Added + +- On iOS add additional detection of embedded iFrames (https://github.com/MetaMask/react-native-webview-mm/pull/67) +- Handle messages only coming from the main frame to prevent spoofing from child iframes (https://github.com/MetaMask/react-native-webview-mm/pull/55) + ## [14.3.0] ### Added @@ -44,7 +51,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/bfdef1a...main +[Unreleased]: https://github.com/MetaMask/react-native-webview-mm/compare/d93893d...main +[14.4.0]: https://github.com/MetaMask/react-native-webview-mm/compare/bfdef1a...d93893d [14.3.0]: https://github.com/MetaMask/react-native-webview-mm/compare/6925354...bfdef1a [14.2.2]: https://github.com/MetaMask/react-native-webview-mm/compare/3be76c0...6925354 [14.2.1]: https://github.com/MetaMask/react-native-webview-mm/compare/release/14.2.0...MetaMask:react-native-webview-mm:release/14.2.1 diff --git a/package.json b/package.json index fb88ad785..5190f6481 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "14.3.0", + "version": "14.4.0", "homepage": "https://github.com/MetaMask/react-native-webview-mm#readme", "scripts": { "android": "react-native run-android",