Skip to content

Commit 7f8559f

Browse files
github-actions[bot]github-actionsAugmentedMode
authored
4.1.0 (#178)
* 4.1.0 * chore: format changelog * fix: changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: augmentedmode <[email protected]>
1 parent 1bf3801 commit 7f8559f

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [4.1.0]
10+
### Added
11+
- Redesign UI of the phishing warning page ([#176](https://github.com/MetaMask/phishing-warning/pull/176))
12+
913
## [4.0.0]
1014
### Changed
1115
- **BREAKING**: Update `phishingSafelistStream` to send `origin` instead of `hostname` as a parameter for `safelistPhishingDomain` method ([#165](https://github.com/MetaMask/phishing-warning/pull/165))
@@ -97,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
97101
- Initial implementation of the phishing warning page
98102
- This should behave identically to the phishing warning page built into the MetaMask extension.
99103

100-
[Unreleased]: https://github.com/MetaMask/phishing-warning/compare/v4.0.0...HEAD
104+
[Unreleased]: https://github.com/MetaMask/phishing-warning/compare/v4.1.0...HEAD
105+
[4.1.0]: https://github.com/MetaMask/phishing-warning/compare/v4.0.0...v4.1.0
101106
[4.0.0]: https://github.com/MetaMask/phishing-warning/compare/v3.0.4...v4.0.0
102107
[3.0.4]: https://github.com/MetaMask/phishing-warning/compare/v3.0.3...v3.0.4
103108
[3.0.3]: https://github.com/MetaMask/phishing-warning/compare/v3.0.2...v3.0.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/phishing-warning",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "A page to warn users about a suspected phishing site.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)