From def8166066c3fd1387805826ebb605939348ddee Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 9 Jul 2024 20:44:37 +0000 Subject: [PATCH 1/2] 3.2.1 --- CHANGELOG.md | 15 ++++++++++++++- package.json | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdba8391..7306bb0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.1] +### Uncategorized +- Bump `@metamask/superstruct` to `^3.1.0`, `@metamask/utils` to `^9.0.0` ([#693](https://github.com/MetaMask/snaps-registry/pull/693)) +- Update filecoin wallet ([#690](https://github.com/MetaMask/snaps-registry/pull/690)) +- Update L3MBDA ([#686](https://github.com/MetaMask/snaps-registry/pull/686)) +- Update Starknet Snap ([#684](https://github.com/MetaMask/snaps-registry/pull/684)) +- New Snap Cardano Wallet ([#659](https://github.com/MetaMask/snaps-registry/pull/659)) +- Update FinTax ([#665](https://github.com/MetaMask/snaps-registry/pull/665)) +- Update polka gate ([#676](https://github.com/MetaMask/snaps-registry/pull/676)) +- Update PartisiaBlockchain ([#678](https://github.com/MetaMask/snaps-registry/pull/678)) +- Add JSX example snap ([#679](https://github.com/MetaMask/snaps-registry/pull/679)) + ## [3.2.0] ### Changed - Bump `@metamask/utils` from `^8.3.0` to `^8.5.0` ([#613](https://github.com/MetaMask/snaps-registry/pull/613)) @@ -81,7 +93,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.2.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.2.1...HEAD +[3.2.1]: https://github.com/MetaMask/snaps-registry/compare/v3.2.0...v3.2.1 [3.2.0]: https://github.com/MetaMask/snaps-registry/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/MetaMask/snaps-registry/compare/v3.0.1...v3.1.0 [3.0.1]: https://github.com/MetaMask/snaps-registry/compare/v3.0.0...v3.0.1 diff --git a/package.json b/package.json index 2102e815..6af14342 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-registry", - "version": "3.2.0", + "version": "3.2.1", "description": "A registry containing metadata about verified and blocked Snaps.", "repository": { "type": "git", From f47ae079b1bb62ec9847630cc7e8635f2dbf2157 Mon Sep 17 00:00:00 2001 From: Jongsun Suh Date: Tue, 9 Jul 2024 16:52:44 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7306bb0a..9bc554cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [3.2.1] -### Uncategorized -- Bump `@metamask/superstruct` to `^3.1.0`, `@metamask/utils` to `^9.0.0` ([#693](https://github.com/MetaMask/snaps-registry/pull/693)) -- Update filecoin wallet ([#690](https://github.com/MetaMask/snaps-registry/pull/690)) -- Update L3MBDA ([#686](https://github.com/MetaMask/snaps-registry/pull/686)) -- Update Starknet Snap ([#684](https://github.com/MetaMask/snaps-registry/pull/684)) -- New Snap Cardano Wallet ([#659](https://github.com/MetaMask/snaps-registry/pull/659)) -- Update FinTax ([#665](https://github.com/MetaMask/snaps-registry/pull/665)) -- Update polka gate ([#676](https://github.com/MetaMask/snaps-registry/pull/676)) -- Update PartisiaBlockchain ([#678](https://github.com/MetaMask/snaps-registry/pull/678)) -- Add JSX example snap ([#679](https://github.com/MetaMask/snaps-registry/pull/679)) +### Changed +- Bump `@metamask/superstruct` from `^3.0.0` to `^3.1.0` ([#693](https://github.com/MetaMask/snaps-registry/pull/693)) +- Bump `@metamask/utils` from `^8.5.0` to `^9.0.0` ([#693](https://github.com/MetaMask/snaps-registry/pull/693)) ## [3.2.0] ### Changed