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

Commit ec817e0

Browse files
github-actions[bot]github-actionsdanroc
authored
0.2.6 (#123)
* 0.2.6 * chore: update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Daniel Rocha <[email protected]>
1 parent ce70696 commit ec817e0

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.6]
10+
### Changed
11+
- Remove unused lavamoat allowed scripts ([#122](https://github.com/MetaMask/keyring-api/pull/122)).
12+
- Update events in sequence diagram ([#121](https://github.com/MetaMask/keyring-api/pull/121)).
13+
- Update Snap and ESLint dependencies ([#117](https://github.com/MetaMask/keyring-api/pull/117)).
14+
- Bump @metamask/rpc-methods from 0.38.1-flask.1 to 2.0.0 ([#120](https://github.com/MetaMask/keyring-api/pull/120)).
15+
916
## [0.2.5]
1017
### Changed
11-
- Remove `buildHandlersChain` ([#114](https://github.com/MetaMask/keyring-api/pull/114))
12-
- Update doc for `eth_signTransaction` ([#111](https://github.com/MetaMask/keyring-api/pull/111))
13-
- Remove un-versioned `eth_signTypedData` method ([#113](https://github.com/MetaMask/keyring-api/pull/113))
18+
- Remove `buildHandlersChain` ([#114](https://github.com/MetaMask/keyring-api/pull/114)).
19+
- Update doc for `eth_signTransaction` ([#111](https://github.com/MetaMask/keyring-api/pull/111)).
20+
- Remove un-versioned `eth_signTypedData` method ([#113](https://github.com/MetaMask/keyring-api/pull/113)).
1421

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

88-
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v0.2.5...HEAD
95+
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v0.2.6...HEAD
96+
[0.2.6]: https://github.com/MetaMask/keyring-api/compare/v0.2.5...v0.2.6
8997
[0.2.5]: https://github.com/MetaMask/keyring-api/compare/v0.2.4...v0.2.5
9098
[0.2.4]: https://github.com/MetaMask/keyring-api/compare/v0.2.3...v0.2.4
9199
[0.2.3]: https://github.com/MetaMask/keyring-api/compare/v0.2.2...v0.2.3

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/keyring-api",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "MetaMask Keyring API",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)