File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 6.2.0]
10+ ### Added
11+ - Add address related utils ([ #112 ] ( https://github.com/MetaMask/utils/pull/112 ) )
12+ - ` isValidHexAddress ` has been added to check the validity of an hex address
13+ - ` getChecksumAddress ` has been added to calculate the ERC-55 mixed-case checksum of an hex address
14+ - ` isValidChecksumAddress ` has been added to check the validity of an ERC-55 mixed-case checksum address
15+
916## [ 6.1.0]
1017### Added
1118- Add optional ` destroy ` method to ` Keyring ` type ([ #108 ] ( https://github.com/MetaMask/utils/pull/108 ) )
@@ -158,7 +165,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
158165### Added
159166- Initial release
160167
161- [ Unreleased ] : https://github.com/MetaMask/utils/compare/v6.1.0...HEAD
168+ [ Unreleased ] : https://github.com/MetaMask/utils/compare/v6.2.0...HEAD
169+ [ 6.2.0 ] : https://github.com/MetaMask/utils/compare/v6.1.0...v6.2.0
162170[ 6.1.0 ] : https://github.com/MetaMask/utils/compare/v6.0.1...v6.1.0
163171[ 6.0.1 ] : https://github.com/MetaMask/utils/compare/v6.0.0...v6.0.1
164172[ 6.0.0 ] : https://github.com/MetaMask/utils/compare/v5.0.2...v6.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/utils" ,
3- "version" : " 6.1 .0" ,
3+ "version" : " 6.2 .0" ,
44 "description" : " Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase" ,
55 "homepage" : " https://github.com/MetaMask/utils#readme" ,
66 "bugs" : {
You can’t perform that action at this time.
0 commit comments