Skip to content

Commit f238c9b

Browse files
github-actions[bot]github-actions
andauthored
5.0.1 (#200)
Co-authored-by: github-actions <github-actions@github.com>
1 parent c11f0f6 commit f238c9b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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+
## [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

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": "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",

0 commit comments

Comments
 (0)