Skip to content

Commit

Permalink
2.1.0 (#85)
Browse files Browse the repository at this point in the history
* 2.1.0

* Update CHANGELOG.md

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Dan J Miller <[email protected]>
  • Loading branch information
3 people authored Mar 30, 2023
1 parent fb6912c commit 08a3602
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 08a3602

Please sign in to comment.