Skip to content

Commit

Permalink
3.0.3 (#145)
Browse files Browse the repository at this point in the history
* 3.0.3

* Update changelog

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Mark Stacey <[email protected]>
  • Loading branch information
3 people authored Jan 19, 2024
1 parent 972ffcb commit 7a035f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.3]
### Changed
- Update `ses` to `v1.1.0` ([#143](https://github.com/MetaMask/phishing-warning/pull/143))

## [3.0.2]
### Fixed
- change to hostname for Github issues ([#127](https://github.com/MetaMask/phishing-warning/pull/127))
Expand Down Expand Up @@ -81,7 +85,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/v3.0.2...HEAD
[Unreleased]: https://github.com/MetaMask/phishing-warning/compare/v3.0.3...HEAD
[3.0.3]: https://github.com/MetaMask/phishing-warning/compare/v3.0.2...v3.0.3
[3.0.2]: https://github.com/MetaMask/phishing-warning/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/MetaMask/phishing-warning/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/MetaMask/phishing-warning/compare/v2.1.1...v3.0.0
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": "3.0.2",
"version": "3.0.3",
"description": "A page to warn users about a suspected phishing site.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7a035f7

Please sign in to comment.