Skip to content

Commit 0283618

Browse files
authored
Merge pull request #68 from MetaMask/release/14.4.0
Release 14.4.0
2 parents 3fe319d + b13cd74 commit 0283618

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [14.4.0]
11+
12+
### Added
13+
14+
- On iOS add additional detection of embedded iFrames (https://github.com/MetaMask/react-native-webview-mm/pull/67)
15+
- Handle messages only coming from the main frame to prevent spoofing from child iframes (https://github.com/MetaMask/react-native-webview-mm/pull/55)
16+
1017
## [14.3.0]
1118

1219
### Added
@@ -44,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4451
- 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)
4552
- sync with upstream v13.13.5 (https://github.com/MetaMask/react-native-webview-mm/pull/47)
4653

47-
[Unreleased]: https://github.com/MetaMask/react-native-webview-mm/compare/bfdef1a...main
54+
[Unreleased]: https://github.com/MetaMask/react-native-webview-mm/compare/d93893d...main
55+
[14.4.0]: https://github.com/MetaMask/react-native-webview-mm/compare/bfdef1a...d93893d
4856
[14.3.0]: https://github.com/MetaMask/react-native-webview-mm/compare/6925354...bfdef1a
4957
[14.2.2]: https://github.com/MetaMask/react-native-webview-mm/compare/3be76c0...6925354
5058
[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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Thibault Malbranche <[email protected]>"
1111
],
1212
"license": "MIT",
13-
"version": "14.3.0",
13+
"version": "14.4.0",
1414
"homepage": "https://github.com/MetaMask/react-native-webview-mm#readme",
1515
"scripts": {
1616
"android": "react-native run-android",

0 commit comments

Comments
 (0)