File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff 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+ ## [ 5.0.1]
10+ ### Fixed
11+ - fix: add overflow protection on very long urls ([ #198 ] ( https://github.com/MetaMask/phishing-warning/pull/198 ) )
12+
913## [ 5.0.0]
1014### Added
1115- Update MetaMask phishing image ([ #190 ] ( https://github.com/MetaMask/phishing-warning/pull/190 ) )
@@ -111,7 +115,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
111115- Initial implementation of the phishing warning page
112116 - This should behave identically to the phishing warning page built into the MetaMask extension.
113117
114- [ Unreleased ] : https://github.com/MetaMask/phishing-warning/compare/v5.0.0...HEAD
118+ [ Unreleased ] : https://github.com/MetaMask/phishing-warning/compare/v5.0.1...HEAD
119+ [ 5.0.1 ] : https://github.com/MetaMask/phishing-warning/compare/v5.0.0...v5.0.1
115120[ 5.0.0 ] : https://github.com/MetaMask/phishing-warning/compare/v4.1.0...v5.0.0
116121[ 4.1.0 ] : https://github.com/MetaMask/phishing-warning/compare/v4.0.0...v4.1.0
117122[ 4.0.0 ] : https://github.com/MetaMask/phishing-warning/compare/v3.0.4...v4.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/phishing-warning" ,
3- "version" : " 5.0.0 " ,
3+ "version" : " 5.0.1 " ,
44 "description" : " A page to warn users about a suspected phishing site." ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments