diff --git a/CHANGELOG.md b/CHANGELOG.md index 85fcecbfb..421eaaf5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [14.6.0] + +### Added + +- add allowFileDownloads and suppressJavaScriptDialogs props + +### Fixed + +- fix Android In-App Browser Crash +- fix iOS download file.bin alert + ## [14.5.0] ### Added @@ -62,7 +73,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/7872dfe...main +[Unreleased]: https://github.com/MetaMask/react-native-webview-mm/compare/v14.6.0...main +[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 [14.3.0]: https://github.com/MetaMask/react-native-webview-mm/compare/6925354...bfdef1a diff --git a/package.json b/package.json index d313141a9..6b9ca814f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "14.5.0", + "version": "14.6.0", "homepage": "https://github.com/MetaMask/react-native-webview-mm#readme", "scripts": { "android": "react-native run-android",