diff --git a/package.json b/package.json index ad0f32f..090d889 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-simple-keyring", - "version": "2.0.1", + "version": "2.1.0", "private": true, "description": "A simple keyring snap that integrates with MetaMask accounts.", "keywords": [ diff --git a/packages/snap/CHANGELOG.md b/packages/snap/CHANGELOG.md index 1f65df2..59ec08b 100644 --- a/packages/snap/CHANGELOG.md +++ b/packages/snap/CHANGELOG.md @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.0] + ### Added -- Implement `keyring_setSelectedAccounts` and `keyring_resolveAccountAddress` ([#163](https://github.com/MetaMask/snap-simple-keyring/pull/163)) +- Implement `keyring_setSelectedAccounts` and `keyring_resolveAccountAddress` ([#176](https://github.com/MetaMask/snap-simple-keyring/pull/176)) - Required for compatibility with `@metamask/eth-snap-keyring@^22`, which invokes these methods when MetaMask switches the active account or needs to resolve the signer for a request. -- Allow the `metamask` origin to call `keyring_createAccount`, `keyring_resolveAccountAddress`, and `keyring_setSelectedAccounts` ([#163](https://github.com/MetaMask/snap-simple-keyring/pull/163)) +- Allow the `metamask` origin to call `keyring_createAccount`, `keyring_resolveAccountAddress`, and `keyring_setSelectedAccounts` ([#176](https://github.com/MetaMask/snap-simple-keyring/pull/176)) ## [2.0.1] @@ -182,7 +184,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v2.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/MetaMask/snap-simple-keyring/compare/v2.0.1...v2.1.0 [2.0.1]: https://github.com/MetaMask/snap-simple-keyring/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.6...v2.0.0 [1.1.6]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.5...v1.1.6 diff --git a/packages/snap/package.json b/packages/snap/package.json index 1671e72..f77e7e2 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-simple-keyring-snap", - "version": "2.0.1", + "version": "2.1.0", "description": "A simple keyring snap that integrates with MetaMask accounts.", "keywords": [ "metamask", diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index 5935e63..184bba8 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "2.0.1", + "version": "2.1.0", "description": "An example of a key management snap for a simple keyring.", "proposedName": "MetaMask Simple Snap Keyring", "repository": { @@ -7,7 +7,7 @@ "url": "git+https://github.com/MetaMask/snap-simple-keyring.git" }, "source": { - "shasum": "GOVQr60E+i51GtXbwdaFzHmBrDKxwBVoDKUICf6V8HI=", + "shasum": "V1nc4Dr3tA6lrG2DKSmEzecmlFXsny+wcxz2SmVfJyY=", "location": { "npm": { "filePath": "dist/bundle.js",