diff --git a/CHANGELOG.md b/CHANGELOG.md index 3209c68..3ea9465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.1] +### Fixed +- fix: add overflow protection on very long urls ([#198](https://github.com/MetaMask/phishing-warning/pull/198)) + ## [5.0.0] ### Added - 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 - 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/v5.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/phishing-warning/compare/v5.0.1...HEAD +[5.0.1]: https://github.com/MetaMask/phishing-warning/compare/v5.0.0...v5.0.1 [5.0.0]: https://github.com/MetaMask/phishing-warning/compare/v4.1.0...v5.0.0 [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 diff --git a/package.json b/package.json index 7625593..697f9d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/phishing-warning", - "version": "5.0.0", + "version": "5.0.1", "description": "A page to warn users about a suspected phishing site.", "repository": { "type": "git",