Skip to content

Commit 60b84f8

Browse files
authored
release: 111.0.0 (#558)
Release of the money keyring <!-- CURSOR_SUMMARY --> --- > [!NOTE] > <sup>[Cursor Bugbot](https://cursor.com/bugbot) is generating a summary for commit 7ce390e. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 4a7d035 commit 60b84f8

3 files changed

Lines changed: 6 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": "110.0.0",
3+
"version": "111.0.0",
44
"private": true,
55
"description": "Monorepo for MetaMask accounts related packages",
66
"repository": {

packages/keyring-eth-money/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.0.0]
11+
1012
### Added
1113

1214
- Add `MoneyKeyring` v2 wrapper ([#554](https://github.com/MetaMask/accounts/pull/554))
@@ -78,7 +80,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7880
- Uses derivation path `"m/44'/4392018'/0'/0"`.
7981
- Enforces that at most one Money account can exist.
8082

81-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-money-keyring@2.0.4...HEAD
83+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-money-keyring@3.0.0...HEAD
84+
[3.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-money-keyring@2.0.4...@metamask/eth-money-keyring@3.0.0
8285
[2.0.4]: https://github.com/MetaMask/accounts/compare/@metamask/eth-money-keyring@2.0.3...@metamask/eth-money-keyring@2.0.4
8386
[2.0.3]: https://github.com/MetaMask/accounts/compare/@metamask/eth-money-keyring@2.0.2...@metamask/eth-money-keyring@2.0.3
8487
[2.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-money-keyring@2.0.1...@metamask/eth-money-keyring@2.0.2

packages/keyring-eth-money/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eth-money-keyring",
3-
"version": "2.0.4",
3+
"version": "3.0.0",
44
"description": "A money account keyring that wraps the HD keyring with a different keyring type and derivation path",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)