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

Commit

Permalink
0.3.1 (#129)
Browse files Browse the repository at this point in the history
* 0.3.1

* chore: update changelog

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Daniel Rocha <68558152+danroc@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 28, 2023
1 parent 150f0ec commit 87f35ee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1]

### Added

- Add the `getAccountsBySnapId` method ([#122](https://github.com/MetaMask/eth-snap-keyring/pull/122))

### Fixed

- Remove the `removeAccountsBySnapId` method ([#121](https://github.com/MetaMask/eth-snap-keyring/pull/121))
- Call external function with lowercase address ([#120](https://github.com/MetaMask/eth-snap-keyring/pull/120))

## [0.3.0]

### Changed
Expand Down Expand Up @@ -88,7 +99,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.2.3...v0.3.0
[0.2.3]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.2.1...v0.2.2
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.3.0",
"version": "0.3.1",
"description": "Snaps keyring bridge.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 87f35ee

Please sign in to comment.