Skip to content

Commit 68384c6

Browse files
6.2.0 (#114)
1 parent f1024ca commit 68384c6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff 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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)