From 08a36020b2692df37ea10fdb4d5f9cec484d5547 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 16:15:49 -0230 Subject: [PATCH] 2.1.0 (#85) * 2.1.0 * Update CHANGELOG.md --------- Co-authored-by: github-actions Co-authored-by: Dan J Miller --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a62b17..aa2fc6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.0] +### Changed +- "Back to safety" button now triggers a `backToSafetyPhishingWarning` message to be sent on the `phishingSafelistStream` ([#84](https://github.com/MetaMask/phishing-warning/pull/84)) + ## [2.0.1] ### Fixed - Restore iframe warning and "open in new tab" link ([#73](https://github.com/MetaMask/phishing-warning/pull/73)) @@ -50,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation of the phishing warning page - This should behave identically to the phishing warning page built into the MetaMask extension. -[Unreleased]: https://github.com/MetaMask/phishing-warning/compare/v2.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/phishing-warning/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/MetaMask/phishing-warning/compare/v2.0.1...v2.1.0 [2.0.1]: https://github.com/MetaMask/phishing-warning/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/MetaMask/phishing-warning/compare/v1.2.2...v2.0.0 [1.2.2]: https://github.com/MetaMask/phishing-warning/compare/v1.2.1...v1.2.2 diff --git a/package.json b/package.json index 69231a3..209d973 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/phishing-warning", - "version": "2.0.1", + "version": "2.1.0", "description": "A page to warn users about a suspected phishing site.", "repository": { "type": "git",