Skip to content

Commit 0f562ba

Browse files
github-actions[bot]github-actionswitmicko
authored
3.0.2 (#128)
* 3.0.2 * Update CHANGELOG.md --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: witmicko <witmicko@users.noreply.github.com>
1 parent 6c78ef5 commit 0f562ba

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.0.2]
10+
### Fixed
11+
- change to hostname for Github issues ([#127](https://github.com/MetaMask/phishing-warning/pull/127))
12+
913
## [3.0.1]
1014
### Changed
1115
- Using href url param only for suspect site ([#124](https://github.com/MetaMask/phishing-warning/pull/124))
@@ -77,7 +81,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7781
- Initial implementation of the phishing warning page
7882
- This should behave identically to the phishing warning page built into the MetaMask extension.
7983

80-
[Unreleased]: https://github.com/MetaMask/phishing-warning/compare/v3.0.1...HEAD
84+
[Unreleased]: https://github.com/MetaMask/phishing-warning/compare/v3.0.2...HEAD
85+
[3.0.2]: https://github.com/MetaMask/phishing-warning/compare/v3.0.1...v3.0.2
8186
[3.0.1]: https://github.com/MetaMask/phishing-warning/compare/v3.0.0...v3.0.1
8287
[3.0.0]: https://github.com/MetaMask/phishing-warning/compare/v2.1.1...v3.0.0
8388
[2.1.1]: https://github.com/MetaMask/phishing-warning/compare/v2.1.0...v2.1.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": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A page to warn users about a suspected phishing site.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)