Skip to content

Commit 1bea7f3

Browse files
github-actions[bot]github-actionsMrtenz
authored
11.4.2 (#249)
This is the release candidate for version 11.4.2. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent 900aae0 commit 1bea7f3

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [11.4.2]
11+
12+
### Fixed
13+
14+
- Improve performance of `isValidChecksumAddress` and `isValidHexAddress` functions ([#248](https://github.com/MetaMask/utils/pull/248))
15+
1016
## [11.4.1]
1117

1218
### Fixed
@@ -421,7 +427,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
421427
422428
- Initial release
423429
424-
[Unreleased]: https://github.com/MetaMask/utils/compare/v11.4.1...HEAD
430+
[Unreleased]: https://github.com/MetaMask/utils/compare/v11.4.2...HEAD
431+
[11.4.2]: https://github.com/MetaMask/utils/compare/v11.4.1...v11.4.2
425432
[11.4.1]: https://github.com/MetaMask/utils/compare/v11.4.0...v11.4.1
426433
[11.4.0]: https://github.com/MetaMask/utils/compare/v11.3.0...v11.4.0
427434
[11.3.0]: https://github.com/MetaMask/utils/compare/v11.2.0...v11.3.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/utils",
3-
"version": "11.4.1",
3+
"version": "11.4.2",
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)