Skip to content

Commit

Permalink
1.2.2 (#54)
Browse files Browse the repository at this point in the history
* 1.2.2

* Update changelog

---------

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

## [Unreleased]

## [1.2.2]
### Changed
- Update `ses` version from v0.12.4 to v10.18.1 ([#53](https://github.com/MetaMask/phishing-warning/pull/53))
- Update @metamask/design-tokens from 1.9.0 to 1.11.1 ([#46](https://github.com/MetaMask/phishing-warning/pull/46))
- This includes minor color updates.

## [1.2.1]
### Fixed
- Fix build script to exclude file imports from `@metamask/post-message-stream` which expect to only run in the context of a Web worker ([#27](https://github.com/MetaMask/phishing-warning/pull/27))
Expand Down Expand Up @@ -33,7 +39,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/v1.2.1...HEAD
[Unreleased]: https://github.com/MetaMask/phishing-warning/compare/v1.2.2...HEAD
[1.2.2]: https://github.com/MetaMask/phishing-warning/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/MetaMask/phishing-warning/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/MetaMask/phishing-warning/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/MetaMask/phishing-warning/compare/v1.0.0...v1.1.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": "1.2.1",
"version": "1.2.2",
"description": "A page to warn users about a suspected phishing site.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9acdad4

Please sign in to comment.