Skip to content

Commit

Permalink
6.2.0 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 11, 2023
1 parent f1024ca commit 68384c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.2.0]
### Added
- Add address related utils ([#112](https://github.com/MetaMask/utils/pull/112))
- `isValidHexAddress` has been added to check the validity of an hex address
- `getChecksumAddress` has been added to calculate the ERC-55 mixed-case checksum of an hex address
- `isValidChecksumAddress` has been added to check the validity of an ERC-55 mixed-case checksum address

## [6.1.0]
### Added
- Add optional `destroy` method to `Keyring` type ([#108](https://github.com/MetaMask/utils/pull/108))
Expand Down Expand Up @@ -158,7 +165,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/MetaMask/utils/compare/v6.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/utils/compare/v6.2.0...HEAD
[6.2.0]: https://github.com/MetaMask/utils/compare/v6.1.0...v6.2.0
[6.1.0]: https://github.com/MetaMask/utils/compare/v6.0.1...v6.1.0
[6.0.1]: https://github.com/MetaMask/utils/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/MetaMask/utils/compare/v5.0.2...v6.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/utils",
"version": "6.1.0",
"version": "6.2.0",
"description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase",
"homepage": "https://github.com/MetaMask/utils#readme",
"bugs": {
Expand Down

0 comments on commit 68384c6

Please sign in to comment.