Skip to content

Commit c29ce3d

Browse files
authored
release: 67.0.0 (#355)
Release candidate v67.0.0
1 parent 4853c6b commit c29ce3d

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/accounts-monorepo",
3-
"version": "66.0.0",
3+
"version": "67.0.0",
44
"private": true,
55
"description": "Monorepo for MetaMask accounts related packages",
66
"repository": {

packages/keyring-api/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [20.1.1]
11+
12+
### Added
13+
14+
- Add new bitcoin methods to `BtcMethod` enum ([#354](https://github.com/MetaMask/accounts/pull/354))
15+
1016
## [20.1.0]
1117

1218
### Added
@@ -612,7 +618,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
612618
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
613619
- Helper functions to create keyring handler in the snap.
614620

615-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@20.1.0...HEAD
621+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@20.1.1...HEAD
622+
[20.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@20.1.0...@metamask/keyring-api@20.1.1
616623
[20.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@20.0.0...@metamask/keyring-api@20.1.0
617624
[20.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@19.1.0...@metamask/keyring-api@20.0.0
618625
[19.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@19.0.0...@metamask/keyring-api@19.1.0

packages/keyring-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/keyring-api",
3-
"version": "20.1.0",
3+
"version": "20.1.1",
44
"description": "MetaMask Keyring API",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)