From 86bfdd5e9c69b8856ca125aa90916af12295e776 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 11 Feb 2026 06:34:02 +0000 Subject: [PATCH 1/2] 11.10.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efd8aefa..ba4d5ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [11.10.0] + +### Uncategorized + +- feat: Add ensureError utility for converting unknown values to error ([#275](https://github.com/MetaMask/utils/pull/275)) + ## [11.9.0] ### Added @@ -480,7 +486,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.9.0...HEAD +[Unreleased]: https://github.com/MetaMask/utils/compare/v11.10.0...HEAD +[11.10.0]: https://github.com/MetaMask/utils/compare/v11.9.0...v11.10.0 [11.9.0]: https://github.com/MetaMask/utils/compare/v11.8.1...v11.9.0 [11.8.1]: https://github.com/MetaMask/utils/compare/v11.8.0...v11.8.1 [11.8.0]: https://github.com/MetaMask/utils/compare/v11.7.0...v11.8.0 diff --git a/package.json b/package.json index 0b1ebc6d..197d2382 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/utils", - "version": "11.9.0", + "version": "11.10.0", "description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase", "homepage": "https://github.com/MetaMask/utils#readme", "bugs": { From bcb89a6d9836118d7f8d84cd8fd1eed99050243a Mon Sep 17 00:00:00 2001 From: Arthur Breton Date: Thu, 12 Feb 2026 19:28:24 +0800 Subject: [PATCH 2/2] fix: Categorize changelog entry as Added --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba4d5ee7..99053bb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [11.10.0] -### Uncategorized +### Added -- feat: Add ensureError utility for converting unknown values to error ([#275](https://github.com/MetaMask/utils/pull/275)) +- Add ensureError utility for converting unknown values to error ([#275](https://github.com/MetaMask/utils/pull/275)) ## [11.9.0]