File tree 2 files changed +10
-2
lines changed
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
6
6
7
7
## [ Unreleased]
8
8
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
+
9
16
## [ 6.1.0]
10
17
### Added
11
18
- 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
158
165
### Added
159
166
- Initial release
160
167
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
162
170
[ 6.1.0 ] : https://github.com/MetaMask/utils/compare/v6.0.1...v6.1.0
163
171
[ 6.0.1 ] : https://github.com/MetaMask/utils/compare/v6.0.0...v6.0.1
164
172
[ 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 1
1
{
2
2
"name" : " @metamask/utils" ,
3
- "version" : " 6.1 .0" ,
3
+ "version" : " 6.2 .0" ,
4
4
"description" : " Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase" ,
5
5
"homepage" : " https://github.com/MetaMask/utils#readme" ,
6
6
"bugs" : {
You can’t perform that action at this time.
0 commit comments