Skip to content

Commit

Permalink
1.2.0 (#26)
Browse files Browse the repository at this point in the history
* 1.2.0

* update changelog

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

## [Unreleased]

## [1.2.0]
### Added
- Add a check for the protocol of the url being blocked. Remove `continue at your own risk` option if protocol is disallowed ([#16](https://github.com/MetaMask/phishing-warning/pull/16))
- Add optional arg `newIssueUrl` to `getUrl` function so that the correct link to direct disputes can be specified by a hash query param. ([#23](https://github.com/MetaMask/phishing-warning/pull/23))

## [1.1.0]
### Added
- Add service worker for offline caching ([#9](https://github.com/MetaMask/phishing-warning/pull/9))
Expand All @@ -24,6 +29,7 @@ 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.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/phishing-warning/compare/v1.2.0...HEAD
[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
[1.0.0]: https://github.com/MetaMask/phishing-warning/releases/tag/v1.0.0
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.1.0",
"version": "1.2.0",
"description": "A page to warn users about a suspected phishing site.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 65a37e8

Please sign in to comment.