Skip to content

Commit 9bc68bb

Browse files
committed
updated release cut for phishing controller
1 parent 3beef45 commit 9bc68bb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/phishing-controller/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.1.2]
10+
### Fixed
11+
- Create a Set from `metamaskConfig.blocklist` in the `PhishingController`. Use a `Set` + `has` method instead of `includes` in array ([#1086](https://github.com/MetaMask/core/pull/1086))
912
## [1.1.1]
1013
### Changed
1114
- Rename this repository to `core` ([#1031](https://github.com/MetaMask/controllers/pull/1031))
@@ -28,7 +31,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2831

2932
All changes listed after this point were applied to this package following the monorepo conversion.
3033

31-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@1.1.1...HEAD
34+
35+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@1.1.2...HEAD
36+
[1.1.2]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@1.1.1...@metamask/phishing-controller@1.1.2
3237
[1.1.1]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@1.1.0...@metamask/phishing-controller@1.1.1
3338
[1.1.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@1.0.0...@metamask/phishing-controller@1.1.0
3439
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/phishing-controller@1.0.0

packages/phishing-controller/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-controller",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Maintains a periodically updated list of approved and unapproved website origins",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)