Skip to content

Commit 1c99ff9

Browse files
github-actions[bot]github-actionsMrtenz
authored
2.1.0 (#227)
This is the release candidate for version 2.1.0. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent 09c8c60 commit 1c99ff9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.1.0]
10+
### Added
11+
- Add hidden field to metadata ([#226](https://github.com/MetaMask/snaps-registry/pull/226))
12+
913
## [2.0.0]
1014
### Changed
1115
- **BREAKING**: Snap IDs are now required to start with the prefix `npm:` ([#75](https://github.com/MetaMask/snaps-registry/pull/75))
@@ -39,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3943
### Added
4044
- Initial release
4145

42-
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v2.0.0...HEAD
46+
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v2.1.0...HEAD
47+
[2.1.0]: https://github.com/MetaMask/snaps-registry/compare/v2.0.0...v2.1.0
4348
[2.0.0]: https://github.com/MetaMask/snaps-registry/compare/v1.2.2...v2.0.0
4449
[1.2.2]: https://github.com/MetaMask/snaps-registry/compare/v1.2.1...v1.2.2
4550
[1.2.1]: https://github.com/MetaMask/snaps-registry/compare/v1.2.0...v1.2.1

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": "2.0.0",
3+
"version": "2.1.0",
44
"description": "A registry containing metadata about verified and blocked Snaps.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)