From 0e4465e900cd7c92e2e5917025e0d4e2f5c51bd4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 16:36:16 +0200 Subject: [PATCH] 1.2.0 (#19) * 1.2.0 * Update CHANGELOG.md --------- Co-authored-by: github-actions Co-authored-by: Maarten Zuidhoorn --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adaae65f..8a6f13ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0] +### Added +- Sign the registry and publish signature alongside the registry ([#18](https://github.com/MetaMask/snaps-registry/pull/18)) + - This includes a function for checking the validity of the signature for a given public key + ## [1.1.1] ### Changed - Bump `@metamask/utils` to `5.0.0` ([#16](https://github.com/MetaMask/snaps-registry/pull/16)) @@ -18,7 +23,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/v1.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/MetaMask/snaps-registry/compare/v1.1.1...v1.2.0 [1.1.1]: https://github.com/MetaMask/snaps-registry/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/MetaMask/snaps-registry/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/MetaMask/snaps-registry/releases/tag/v1.0.0 diff --git a/package.json b/package.json index e0b8a310..23217887 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-registry", - "version": "1.1.1", + "version": "1.2.0", "description": "A registry containing metadata about verified and blocked Snaps.", "repository": { "type": "git",