Skip to content

Commit

Permalink
4.1.0 (#178)
Browse files Browse the repository at this point in the history
* 4.1.0

* chore: format changelog

* fix: changelog

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: augmentedmode <[email protected]>
  • Loading branch information
3 people authored Oct 17, 2024
1 parent 1bf3801 commit 7f8559f
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]

## [4.1.0]
### Added
- Redesign UI of the phishing warning page ([#176](https://github.com/MetaMask/phishing-warning/pull/176))

## [4.0.0]
### Changed
- **BREAKING**: Update `phishingSafelistStream` to send `origin` instead of `hostname` as a parameter for `safelistPhishingDomain` method ([#165](https://github.com/MetaMask/phishing-warning/pull/165))
Expand Down Expand Up @@ -97,7 +101,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/v4.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/phishing-warning/compare/v4.1.0...HEAD
[4.1.0]: https://github.com/MetaMask/phishing-warning/compare/v4.0.0...v4.1.0
[4.0.0]: https://github.com/MetaMask/phishing-warning/compare/v3.0.4...v4.0.0
[3.0.4]: https://github.com/MetaMask/phishing-warning/compare/v3.0.3...v3.0.4
[3.0.3]: https://github.com/MetaMask/phishing-warning/compare/v3.0.2...v3.0.3
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": "4.0.0",
"version": "4.1.0",
"description": "A page to warn users about a suspected phishing site.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7f8559f

Please sign in to comment.