From 211f98c5c77b035d848b679a2adb8d8c24298ad2 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Mon, 16 May 2022 12:57:22 -0230 Subject: [PATCH] v10.14.6 In this release, the phishing warning page is extracted to an external site. --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0da81e0ac..0f1bf493e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [10.14.6] +### Changed +- Move phishing warning page to external site. + - The page shown when a site is blocked has been extracted from the extension and moved to an external site. This site is eagerly cached with a service worker upon extension startup, so it should continue to work even while offline. +- Make build .zip files reproducible (#14623) + - The ordering of files within each .zip file was non-deterministic before this change. We fixed this to comply with Firefox store policies. + ## [10.14.5] ### Fixed - This release was deployed to fix a configuration issue. @@ -2906,7 +2913,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Uncategorized - Added the ability to restore accounts from seed words. -[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.14.5...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.14.6...HEAD +[10.14.6]: https://github.com/MetaMask/metamask-extension/compare/v10.14.5...v10.14.6 [10.14.5]: https://github.com/MetaMask/metamask-extension/compare/v10.14.4...v10.14.5 [10.14.4]: https://github.com/MetaMask/metamask-extension/compare/v10.14.3...v10.14.4 [10.14.3]: https://github.com/MetaMask/metamask-extension/compare/v10.14.2...v10.14.3 diff --git a/package.json b/package.json index cf4875cc6..f42c375bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metamask-crx", - "version": "10.14.5", + "version": "10.14.6", "private": true, "repository": { "type": "git",