Skip to content

Commit 67c4662

Browse files
github-actions[bot]github-actionsMrtenz
authored
3.0.1 (#472)
This is the release candidate for version 3.0.1. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent 0cbb449 commit 67c4662

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.0.1]
10+
### Changed
11+
- Bump `@metamask/utils` from `8.2.1` to `8.3.0` ([#374](https://github.com/MetaMask/snaps-registry/pull/374))
12+
13+
### Fixed
14+
- Fix registry signature validation ([#471](https://github.com/MetaMask/snaps-registry/pull/471))
15+
916
## [3.0.0]
1017
### Changed
1118
- **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#302](https://github.com/MetaMask/snaps-registry/pull/302))
@@ -55,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5562
### Added
5663
- Initial release
5764

58-
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.0.0...HEAD
65+
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.0.1...HEAD
66+
[3.0.1]: https://github.com/MetaMask/snaps-registry/compare/v3.0.0...v3.0.1
5967
[3.0.0]: https://github.com/MetaMask/snaps-registry/compare/v2.1.1...v3.0.0
6068
[2.1.1]: https://github.com/MetaMask/snaps-registry/compare/v2.1.0...v2.1.1
6169
[2.1.0]: https://github.com/MetaMask/snaps-registry/compare/v2.0.0...v2.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-registry",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A registry containing metadata about verified and blocked Snaps.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)