Skip to content
Merged

3.2.1 #694

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down