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

Commit

Permalink
0.2.6 (#123)
Browse files Browse the repository at this point in the history
* 0.2.6

* 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 22, 2023
1 parent ce70696 commit ec817e0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.6]
### Changed
- Remove unused lavamoat allowed scripts ([#122](https://github.com/MetaMask/keyring-api/pull/122)).
- Update events in sequence diagram ([#121](https://github.com/MetaMask/keyring-api/pull/121)).
- Update Snap and ESLint dependencies ([#117](https://github.com/MetaMask/keyring-api/pull/117)).
- Bump @metamask/rpc-methods from 0.38.1-flask.1 to 2.0.0 ([#120](https://github.com/MetaMask/keyring-api/pull/120)).

## [0.2.5]
### Changed
- Remove `buildHandlersChain` ([#114](https://github.com/MetaMask/keyring-api/pull/114))
- Update doc for `eth_signTransaction` ([#111](https://github.com/MetaMask/keyring-api/pull/111))
- Remove un-versioned `eth_signTypedData` method ([#113](https://github.com/MetaMask/keyring-api/pull/113))
- Remove `buildHandlersChain` ([#114](https://github.com/MetaMask/keyring-api/pull/114)).
- Update doc for `eth_signTransaction` ([#111](https://github.com/MetaMask/keyring-api/pull/111)).
- Remove un-versioned `eth_signTypedData` method ([#113](https://github.com/MetaMask/keyring-api/pull/113)).

## [0.2.4]
### Changed
Expand Down Expand Up @@ -85,7 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
- Helper functions to create keyring handler in the snap.

[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v0.2.5...HEAD
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v0.2.6...HEAD
[0.2.6]: https://github.com/MetaMask/keyring-api/compare/v0.2.5...v0.2.6
[0.2.5]: https://github.com/MetaMask/keyring-api/compare/v0.2.4...v0.2.5
[0.2.4]: https://github.com/MetaMask/keyring-api/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/MetaMask/keyring-api/compare/v0.2.2...v0.2.3
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/keyring-api",
"version": "0.2.5",
"version": "0.2.6",
"description": "MetaMask Keyring API",
"keywords": [
"metamask",
Expand Down

0 comments on commit ec817e0

Please sign in to comment.