diff --git a/package.json b/package.json index 81e67295..d23acf40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-simple-keyring", - "version": "0.1.4", + "version": "0.2.0", "private": true, "description": "A simple keyring snap that integrates with MetaMask accounts.", "keywords": [ diff --git a/packages/site/CHANGELOG.md b/packages/site/CHANGELOG.md index 20ffeab5..3489e791 100644 --- a/packages/site/CHANGELOG.md +++ b/packages/site/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] +### Added +- Support the async approval flow ([#50](https://github.com/MetaMask/snap-simple-keyring/pull/50)) +- Import account ([#58](https://github.com/MetaMask/snap-simple-keyring/pull/58)) + +### Changed +- Improve UI/UX ([#54](https://github.com/MetaMask/snap-simple-keyring/pull/54)) + +### Fixed +- Now you don't have to change your `defaultSnapOrigin` ([#59](https://github.com/MetaMask/snap-simple-keyring/pull/59)) + ## [0.1.4] ### Fixed - Fix `rejectRequest` call in site package ([#53](https://github.com/MetaMask/snap-simple-keyring/pull/53)) @@ -27,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. -[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.4...HEAD +[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.4...v0.2.0 [0.1.4]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.1...v0.1.2 diff --git a/packages/site/package.json b/packages/site/package.json index 5c83bf28..1c5aa160 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-simple-keyring-site", - "version": "0.1.4", + "version": "0.2.0", "private": true, "license": "(MIT-0 OR Apache-2.0)", "scripts": { diff --git a/packages/snap/CHANGELOG.md b/packages/snap/CHANGELOG.md index cd3a1b3c..4c730ad2 100644 --- a/packages/snap/CHANGELOG.md +++ b/packages/snap/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] +### Added +- Support the async approval flow ([#50](https://github.com/MetaMask/snap-simple-keyring/pull/50)) +- Import account ([#58](https://github.com/MetaMask/snap-simple-keyring/pull/58)) + ## [0.1.4] ### Changed - Bump `@metamask/snaps-cli` to `v0.38.2-flask.1` ([#55](https://github.com/MetaMask/snap-simple-keyring/pull/55)) @@ -31,7 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. -[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.4...HEAD +[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.4...v0.2.0 [0.1.4]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.1...v0.1.2 diff --git a/packages/snap/package.json b/packages/snap/package.json index a6c08b03..95e5719c 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-simple-keyring-snap", - "version": "0.1.4", + "version": "0.2.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 2e32cd92..686ac3db 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.1.4", + "version": "0.2.0", "description": "An example of a key management snap for a simple keyring.", "proposedName": "MetaMask Snap Simple Keyring", "repository": { @@ -7,7 +7,7 @@ "url": "git+https://github.com/MetaMask/snap-simple-keyring.git" }, "source": { - "shasum": "Z7/AaLJB9DVNmiOD7ni0C8zlMKFp4rD176xqaHpzyqI=", + "shasum": "TtQ5jgfM6bsUgzvzQgGPGyeZ1UikfPRnLvpd7AIw7hM=", "location": { "npm": { "filePath": "dist/bundle.js",