Skip to content
Merged

5.0.0 #181

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 15 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.0]
### Added
- Update MetaMask phishing image ([#190](https://github.com/MetaMask/phishing-warning/pull/190))

### Fixed
- **BREAKING**: `data:` and `vbscript:` are now disallowed protocols alongside `javascript:` ([#175](https://github.com/MetaMask/phishing-warning/pull/175))
- Resolve issues with deployment scripts ([#191](https://github.com/MetaMask/phishing-warning/pull/191))
- Avoid creating playwright artifact with same name across node versions ([#192](https://github.com/MetaMask/phishing-warning/pull/192))

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

## [4.0.0]
### Changed
Expand Down Expand Up @@ -38,12 +47,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- **BREAKING**: Increase minimum Node.js version to 16 ([#107](https://github.com/MetaMask/phishing-warning/pull/107))
- **BREAKING**: This package now returns streams conforming to the API of readable-stream@3.x. ([#122](https://github.com/MetaMask/phishing-warning/pull/122)) ([#104](https://github.com/MetaMask/phishing-warning/pull/104))
- Bump @metamask/post-message-stream from ^6.2.0 to ^7.0.0 ([#104](https://github.com/MetaMask/phishing-warning/pull/104))
- Upgrade obj-multiplex to @metamask/object-multiplex@^2.0.0 ([#122](https://github.com/MetaMask/phishing-warning/pull/122))
- Bump @metamask/post-message-stream from ^6.2.0 to ^7.0.0 ([#104](https://github.com/MetaMask/phishing-warning/pull/104))
- Upgrade obj-multiplex to @metamask/object-multiplex@^2.0.0 ([#122](https://github.com/MetaMask/phishing-warning/pull/122))

### Fixed
- Bump ses from ^0.18.7 to ^0.18.8 ([#120](https://github.com/MetaMask/phishing-warning/pull/120))


## [2.1.1]
### Fixed
- Dependency updates ([#105](https://github.com/MetaMask/phishing-warning/pull/105))
Expand Down Expand Up @@ -101,7 +111,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.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/phishing-warning/compare/v5.0.0...HEAD
[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
[3.0.4]: https://github.com/MetaMask/phishing-warning/compare/v3.0.3...v3.0.4
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.1.0",
"version": "5.0.0",
"description": "A page to warn users about a suspected phishing site.",
"repository": {
"type": "git",
Expand Down
Loading