@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 12.2.1]
11+
12+ ### Fixed
13+
14+ - Improve email addresses validation in ` validateLink ` function ([ #4005 ] ( https://github.com/MetaMask/snaps/pull/4005 ) )
15+
1016## [ 12.2.0]
1117
1218### Added
@@ -442,14 +448,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
442448
443449### Changed
444450
445- - Bump ` @metamask/base-controller ` from ` ^6.0.1 ` to ` ^6.0.2 ` ([ #2593 ] ( https://github.com/metamask /snaps/pull/2593 ) )
446- - Bump ` @metamask/permission-controller ` from ` ^10.0.1 ` to ` ^11.0.0 ` ([ #2593 ] ( https://github.com/metamask /snaps/pull/2593 ) )
451+ - Bump ` @metamask/base-controller ` from ` ^6.0.1 ` to ` ^6.0.2 ` ([ #2593 ] ( https://github.com/MetaMask /snaps/pull/2593 ) )
452+ - Bump ` @metamask/permission-controller ` from ` ^10.0.1 ` to ` ^11.0.0 ` ([ #2593 ] ( https://github.com/MetaMask /snaps/pull/2593 ) )
447453
448454## [ 7.8.0]
449455
450456### Added
451457
452- - Move ` serialiseJsx ` function from ` snaps-jest ` to ` snaps-utils ` ([ #2409 ] ( https://github.com/metamask /snaps/pull/2409 ) )
458+ - Move ` serialiseJsx ` function from ` snaps-jest ` to ` snaps-utils ` ([ #2409 ] ( https://github.com/MetaMask /snaps/pull/2409 ) )
453459
454460### Changed
455461
@@ -464,7 +470,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
464470
465471- Replace ` superstruct ` with ESM-compatible ` @metamask/superstruct ` ` ^3.1.0 ` ([ #2445 ] ( https://github.com/MetaMask/snaps/pull/2445 ) )
466472 - This fixes the issue of this package being unusable by any TypeScript project that uses ` Node16 ` or ` NodeNext ` as its ` moduleResolution ` option.
467- - Fix ` allowedOrigins ` bypass caused by unterminated regex ([ #2576 ] ( https://github.com/metamask /snaps/pull/2576 ) )
473+ - Fix ` allowedOrigins ` bypass caused by unterminated regex ([ #2576 ] ( https://github.com/MetaMask /snaps/pull/2576 ) )
468474
469475## [ 7.7.0]
470476
@@ -659,7 +665,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
659665
660666### Changed
661667
662- - Bump ` snaps-registry ` ([ #2020 ] ( https://hub .com/MetaMask/snaps/pull/2020 ) )
668+ - Bump ` snaps-registry ` ([ #2020 ] ( https://github .com/MetaMask/snaps/pull/2020 ) )
663669
664670## [ 5.0.1]
665671
@@ -817,7 +823,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
817823 - The version of the package no longer needs to match the version of all other
818824 MetaMask Snaps packages.
819825
820- [ Unreleased ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.2.0...HEAD
826+ [ Unreleased ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.2.1...HEAD
827+ [ 12.2.1 ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.2.0...@metamask/snaps-utils@12.2.1
821828[ 12.2.0 ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.1.3...@metamask/snaps-utils@12.2.0
822829[ 12.1.3 ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.1.2...@metamask/snaps-utils@12.1.3
823830[ 12.1.2 ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.1.1...@metamask/snaps-utils@12.1.2
0 commit comments