Skip to content

Commit bffde37

Browse files
github-actions[bot]github-actionsdavid0xd
authored
1.2.1 (#33)
* 1.2.1 * Update CHANGELOG.md * Update CHANGELOG again --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: david0xd <[email protected]>
1 parent 39fe005 commit bffde37

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+
## [1.2.1]
10+
### Changed
11+
- Bump `@metamask/utils` to `6.0.0` ([#32](https://github.com/MetaMask/snaps-registry/pull/32))
12+
913
## [1.2.0]
1014
### Added
1115
- Sign the registry and publish signature alongside the registry ([#18](https://github.com/MetaMask/snaps-registry/pull/18))
@@ -23,7 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2327
### Added
2428
- Initial release
2529

26-
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v1.2.0...HEAD
30+
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v1.2.1...HEAD
31+
[1.2.1]: https://github.com/MetaMask/snaps-registry/compare/v1.2.0...v1.2.1
2732
[1.2.0]: https://github.com/MetaMask/snaps-registry/compare/v1.1.1...v1.2.0
2833
[1.1.1]: https://github.com/MetaMask/snaps-registry/compare/v1.1.0...v1.1.1
2934
[1.1.0]: https://github.com/MetaMask/snaps-registry/compare/v1.0.0...v1.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": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A registry containing metadata about verified and blocked Snaps.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)