diff --git a/CHANGELOG.md b/CHANGELOG.md index ae7cab3b..1c74046d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] +### Changed +- **BREAKING**: Snap IDs are now required to start with the prefix `npm:` ([#75](https://github.com/MetaMask/snaps-registry/pull/75)) +- Bump `@metamask/utils` to `^8.1.0` ([#72](https://github.com/MetaMask/snaps-registry/pull/72)) + +### Fixed +- Bump `semver` to `6.3.1` ([#70](https://github.com/MetaMask/snaps-registry/pull/70)) + ## [1.2.2] ### Changed - Bump `@metamask/utils` to `7.1.0` ([#51](https://github.com/MetaMask/snaps-registry/pull/51)) @@ -31,7 +39,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.2.2...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/MetaMask/snaps-registry/compare/v1.2.2...v2.0.0 [1.2.2]: https://github.com/MetaMask/snaps-registry/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/MetaMask/snaps-registry/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/MetaMask/snaps-registry/compare/v1.1.1...v1.2.0 diff --git a/package.json b/package.json index 69b982b9..258aa281 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-registry", - "version": "1.2.2", + "version": "2.0.0", "description": "A registry containing metadata about verified and blocked Snaps.", "repository": { "type": "git", diff --git a/yarn.lock b/yarn.lock index 63309460..832d83ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1181,7 +1181,18 @@ __metadata: languageName: node linkType: hard -"@metamask/snaps-registry@^1.2.1, @metamask/snaps-registry@workspace:.": +"@metamask/snaps-registry@npm:^1.2.1": + version: 1.2.2 + resolution: "@metamask/snaps-registry@npm:1.2.2" + dependencies: + "@metamask/utils": ^7.1.0 + "@noble/secp256k1": ^1.7.1 + superstruct: ^1.0.3 + checksum: 02289b349390466158c4842c6398b56c0a6352258657eb186331636774a894782607aa0c4e4c772689c89248856c325d914a0d8c8f4b739e9324d60b0fb92da1 + languageName: node + linkType: hard + +"@metamask/snaps-registry@workspace:.": version: 0.0.0-use.local resolution: "@metamask/snaps-registry@workspace:." dependencies: @@ -1294,6 +1305,20 @@ __metadata: languageName: node linkType: hard +"@metamask/utils@npm:^7.1.0": + version: 7.1.0 + resolution: "@metamask/utils@npm:7.1.0" + dependencies: + "@ethereumjs/tx": ^4.1.2 + "@noble/hashes": ^1.3.1 + "@types/debug": ^4.1.7 + debug: ^4.3.4 + semver: ^7.5.4 + superstruct: ^1.0.3 + checksum: 165ed378f4ac5ca42c241d32154e15b609f9e772a9dc069b870613c005dc0e7e4fa92204c30e98ec2317f1e38c77747057671a26fd0a5ba36a288e3c9ef03790 + languageName: node + linkType: hard + "@metamask/utils@npm:^8.1.0": version: 8.1.0 resolution: "@metamask/utils@npm:8.1.0"