@metamask-previews/phishing-controller 12.6.0-preview-2bb8758e → 13.0.0-preview-c10fdda1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [13.0.0]
|
11
|
+
|
10
12
|
### Added
|
11
13
|
|
12
14
|
- Exports `UrlScanCacheEntry` ([#6095](https://github.com/MetaMask/core/pull/6095))
|
@@ -385,7 +387,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
385
387
|
|
386
388
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
387
389
|
|
388
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@
|
390
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@13.0.0...HEAD
|
391
|
+
[13.0.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@12.6.0...@metamask/phishing-controller@13.0.0
|
389
392
|
[12.6.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@12.5.0...@metamask/phishing-controller@12.6.0
|
390
393
|
[12.5.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@12.4.1...@metamask/phishing-controller@12.5.0
|
391
394
|
[12.4.1]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@12.4.0...@metamask/phishing-controller@12.4.1
|
package/package.json
CHANGED