Skip to content

Commit d1994ef

Browse files
github-actions[bot]github-actionsFrederikBolding
authored
2.1.1 (#303)
This is the release candidate for version 2.1.1. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
1 parent 9fca0f1 commit d1994ef

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.1]
10+
### Fixed
11+
- License package under MIT / Apache 2.0 dual license ([#272](https://github.com/MetaMask/snaps-registry/pull/272))
12+
913
## [2.1.0]
1014
### Added
1115
- Add hidden field to metadata ([#226](https://github.com/MetaMask/snaps-registry/pull/226))
@@ -43,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4347
### Added
4448
- Initial release
4549

46-
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v2.1.0...HEAD
50+
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v2.1.1...HEAD
51+
[2.1.1]: https://github.com/MetaMask/snaps-registry/compare/v2.1.0...v2.1.1
4752
[2.1.0]: https://github.com/MetaMask/snaps-registry/compare/v2.0.0...v2.1.0
4853
[2.0.0]: https://github.com/MetaMask/snaps-registry/compare/v1.2.2...v2.0.0
4954
[1.2.2]: https://github.com/MetaMask/snaps-registry/compare/v1.2.1...v1.2.2

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

0 commit comments

Comments
 (0)