Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
0.2.0 (#76)
Browse files Browse the repository at this point in the history
* 0.2.0

* chore: update changelog

* fix: missing line in changelog

* Update CHANGELOG.md

Co-authored-by: Gustavo Antunes <17601467+gantunesr@users.noreply.github.com>

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Monte Lai <monte.lai@consensys.net>
Co-authored-by: Gustavo Antunes <17601467+gantunesr@users.noreply.github.com>
  • Loading branch information
4 people authored Sep 5, 2023
1 parent f979c01 commit ea3ef6b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0]
### Changed
- refactor: add account and snap metadata ([#75](https://github.com/MetaMask/eth-snap-keyring/pull/75))
- refactor: rename files to be more idiomatic ([#42](https://github.com/MetaMask/eth-snap-keyring/pull/42))
- refactor: move internal state from objects to maps ([#41](https://github.com/MetaMask/eth-snap-keyring/pull/41))

### Fixed
- fix: remove promise if `submitRequest()` throws ([#43](https://github.com/MetaMask/eth-snap-keyring/pull/43))

## [0.1.3]
### Fixed
- Remove account from maps before calling the snap. ([#39](https://github.com/MetaMask/eth-snap-keyring/pull/39))
Expand All @@ -28,7 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release.

[Unreleased]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.1.3...HEAD
[Unreleased]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.1.3...v0.2.0
[0.1.3]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.1.0...v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/eth-snap-keyring",
"version": "0.1.3",
"version": "0.2.0",
"description": "Snaps keyring bridge.",
"repository": {
"type": "git",
Expand Down

0 comments on commit ea3ef6b

Please sign in to comment.