From 80479e4504f3da6f828967e88a97879765e25b4e Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 12 Sep 2025 05:17:53 +0000 Subject: [PATCH 1/2] 11.8.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c47102e4..759f3546f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [11.8.0] + ### Added - Add `areUint8ArraysEqual` function to compare two `Uint8Array` types ([#268](https://github.com/MetaMask/utils/pull/268)) @@ -465,7 +467,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/utils/compare/v11.7.0...HEAD +[Unreleased]: https://github.com/MetaMask/utils/compare/v11.8.0...HEAD +[11.8.0]: https://github.com/MetaMask/utils/compare/v11.7.0...v11.8.0 [11.7.0]: https://github.com/MetaMask/utils/compare/v11.6.0...v11.7.0 [11.6.0]: https://github.com/MetaMask/utils/compare/v11.5.0...v11.6.0 [11.5.0]: https://github.com/MetaMask/utils/compare/v11.4.2...v11.5.0 diff --git a/package.json b/package.json index 32cbed3a9..1aac79eb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/utils", - "version": "11.7.0", + "version": "11.8.0", "description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase", "homepage": "https://github.com/MetaMask/utils#readme", "bugs": { From 25645cede66c45f4c40d59e7d7b44eac14c5c660 Mon Sep 17 00:00:00 2001 From: Daniel Rocha <68558152+danroc@users.noreply.github.com> Date: Fri, 12 Sep 2025 09:07:34 +0200 Subject: [PATCH 2/2] chore: empty