Skip to content

Commit 80c0be9

Browse files
github-actions[bot]github-actionslegobeat
authored
3.0.0 (#123)
* 3.0.0 * update changelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
1 parent 0dc3ec1 commit 80c0be9

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.0.0]
10+
### Changed
11+
- **BREAKING**: Increase minimum Node.js version to 16 ([#107](https://github.com/MetaMask/phishing-warning/pull/107))
12+
- **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))
13+
- Bump @metamask/post-message-stream from ^6.2.0 to ^7.0.0 ([#104](https://github.com/MetaMask/phishing-warning/pull/104))
14+
- Upgrade obj-multiplex to @metamask/object-multiplex@^2.0.0 ([#122](https://github.com/MetaMask/phishing-warning/pull/122))
15+
16+
### Fixed
17+
- Bump ses from ^0.18.7 to ^0.18.8 ([#120](https://github.com/MetaMask/phishing-warning/pull/120))
18+
919
## [2.1.1]
1020
### Fixed
1121
- Dependency updates ([#105](https://github.com/MetaMask/phishing-warning/pull/105))
@@ -63,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6373
- Initial implementation of the phishing warning page
6474
- This should behave identically to the phishing warning page built into the MetaMask extension.
6575

66-
[Unreleased]: https://github.com/MetaMask/phishing-warning/compare/v2.1.1...HEAD
76+
[Unreleased]: https://github.com/MetaMask/phishing-warning/compare/v3.0.0...HEAD
77+
[3.0.0]: https://github.com/MetaMask/phishing-warning/compare/v2.1.1...v3.0.0
6778
[2.1.1]: https://github.com/MetaMask/phishing-warning/compare/v2.1.0...v2.1.1
6879
[2.1.0]: https://github.com/MetaMask/phishing-warning/compare/v2.0.1...v2.1.0
6980
[2.0.1]: https://github.com/MetaMask/phishing-warning/compare/v2.0.0...v2.0.1

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": "2.1.1",
3+
"version": "3.0.0",
44
"description": "A page to warn users about a suspected phishing site.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)