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

Commit 579c92f

Browse files
github-actions[bot]github-actionsmikesposito
authored
3.0.0 (#245)
* 3.0.0 * update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Michele Esposito <[email protected]>
1 parent c1b44dd commit 579c92f

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.0.0]
11+
12+
### Changed
13+
14+
- Bump `@metamask/utils` from 8.2.1 to 8.3.0 ([#238](https://github.com/MetaMask/keyring-api/pull/238))
15+
- Bump Snap dependencies ([#236](https://github.com/MetaMask/keyring-api/pull/236))
16+
- Bump `@metamask/snaps-controllers` to ^4.0.0
17+
- Bump `@metamask/snaps-sdk` to ^1.3.2
18+
- Bump `@metamask/snaps-utils` to ^5.1.2
19+
- Bump `@metamask/approval-controller` from 5.0.0 to 5.1.1 ([#225](https://github.com/MetaMask/keyring-api/pull/225))
20+
- Bump `@metamask/base-controller` from 4.0.0 to 4.0.1 ([#226](https://github.com/MetaMask/keyring-api/pull/226))
21+
- Bump `@metamask/json-rpc-engine` from 7.3.0 to 7.3.1 ([#227](https://github.com/MetaMask/keyring-api/pull/227))
22+
- Bump `@metamask/auto-changelog` from 3.4.3 to 3.4.4 ([#223](https://github.com/MetaMask/keyring-api/pull/223))
23+
- Bump `@metamask/snaps-sdk` from 1.3.0 to 1.3.1 ([#222](https://github.com/MetaMask/keyring-api/pull/222))
24+
25+
### Removed
26+
27+
- **BREAKING**: remove `KeyringSnapControllerClient` class to fix dependency problems ([#241](https://github.com/MetaMask/keyring-api/pull/241))
28+
1029
## [2.0.0]
1130

1231
### Added
@@ -188,7 +207,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
188207
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
189208
- Helper functions to create keyring handler in the snap.
190209

191-
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v2.0.0...HEAD
210+
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v3.0.0...HEAD
211+
[3.0.0]: https://github.com/MetaMask/keyring-api/compare/v2.0.0...v3.0.0
192212
[2.0.0]: https://github.com/MetaMask/keyring-api/compare/v1.1.0...v2.0.0
193213
[1.1.0]: https://github.com/MetaMask/keyring-api/compare/v1.0.0...v1.1.0
194214
[1.0.0]: https://github.com/MetaMask/keyring-api/compare/v1.0.0-rc.1...v1.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": "2.0.0",
3+
"version": "3.0.0",
44
"description": "MetaMask Keyring API",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)