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

Commit 55e3873

Browse files
github-actions[bot]github-actionsccharly
authored
5.0.0 (#278)
* 5.0.0 * chore: update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Charly Chevalier <[email protected]>
1 parent 227136e commit 55e3873

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [5.0.0]
11+
12+
### Changed
13+
14+
- **BREAKING**: Add new `KeyringExecutionContext` to user operation methods ([#275](https://github.com/MetaMask/keyring-api/pull/275))
15+
- Fix bundler type (defined as `string` now) ([#277](https://github.com/MetaMask/keyring-api/pull/277))
16+
- Bump @metamask/providers from 15.0.0 to 16.0.0 ([#276](https://github.com/MetaMask/keyring-api/pull/276))
17+
- Bump @metamask/safe-event-emitter from 3.1.0 to 3.1.1 ([#274](https://github.com/MetaMask/keyring-api/pull/274))
18+
1019
## [4.0.2]
1120

1221
### Changed
@@ -235,7 +244,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
235244
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
236245
- Helper functions to create keyring handler in the snap.
237246

238-
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v4.0.2...HEAD
247+
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v5.0.0...HEAD
248+
[5.0.0]: https://github.com/MetaMask/keyring-api/compare/v4.0.2...v5.0.0
239249
[4.0.2]: https://github.com/MetaMask/keyring-api/compare/v4.0.1...v4.0.2
240250
[4.0.1]: https://github.com/MetaMask/keyring-api/compare/v4.0.0...v4.0.1
241251
[4.0.0]: https://github.com/MetaMask/keyring-api/compare/v3.0.0...v4.0.0

package.json

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

0 commit comments

Comments
 (0)