Skip to content

Commit 339faae

Browse files
github-actions[bot]github-actionsbfullamccharly
authored
11.8.1 (#271)
This is the release candidate for version 11.8.1. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Bryan Fullam <bryan.fullam@consensys.net> Co-authored-by: Bryan Fullam <bryanfullam@gmail.com> Co-authored-by: Charly Chevalier <charly.chevalier@consensys.net>
1 parent 890dab0 commit 339faae

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [11.8.1]
11+
12+
### Changed
13+
14+
- Replace `superstruct.is` with faster regex checks for `isCaip*` functions ([#270](https://github.com/MetaMask/utils/pull/270))
15+
- Those calls were slow especially on our mobile client.
16+
1017
## [11.8.0]
1118

1219
### Added
@@ -467,7 +474,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
467474
468475
- Initial release
469476
470-
[Unreleased]: https://github.com/MetaMask/utils/compare/v11.8.0...HEAD
477+
[Unreleased]: https://github.com/MetaMask/utils/compare/v11.8.1...HEAD
478+
[11.8.1]: https://github.com/MetaMask/utils/compare/v11.8.0...v11.8.1
471479
[11.8.0]: https://github.com/MetaMask/utils/compare/v11.7.0...v11.8.0
472480
[11.7.0]: https://github.com/MetaMask/utils/compare/v11.6.0...v11.7.0
473481
[11.6.0]: https://github.com/MetaMask/utils/compare/v11.5.0...v11.6.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.8.0",
3+
"version": "11.8.1",
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)