File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
packages/multichain-account-service Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/core-monorepo" ,
3
- "version" : " 476 .0.0" ,
3
+ "version" : " 477 .0.0" ,
4
4
"private" : true ,
5
5
"description" : " Monorepo for packages shared between MetaMask clients" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.2.1]
11
+
10
12
### Fixed
11
13
12
14
- Add missing ` name ` class field ([ #6173 ] ( https://github.com/MetaMask/core/pull/6173 ) )
@@ -24,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
26
- Add ` MultichainAccountService ` ([ #6141 ] ( https://github.com/MetaMask/core/pull/6141 ) )
25
27
- This service manages multichain accounts/wallets.
26
28
27
- [ Unreleased ] : https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@0.2.0...HEAD
29
+ [ Unreleased ] : https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@0.2.1...HEAD
30
+ [ 0.2.1 ] : https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@0.2.0...@metamask/multichain-account-service@0.2.1
28
31
[ 0.2.0 ] : https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@0.1.0...@metamask/multichain-account-service@0.2.0
29
32
[ 0.1.0 ] : https://github.com/MetaMask/core/releases/tag/@metamask/multichain-account-service@0.1.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/multichain-account-service" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"description" : " Service to manage multichain accounts" ,
5
5
"keywords" : [
6
6
" MetaMask" ,
You can’t perform that action at this time.
0 commit comments