From 623c085af5603c6e050f48bea10d093c8f19c928 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 17 Dec 2025 13:17:14 +0000 Subject: [PATCH 1/2] 11.9.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c8add9f..d692705f 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.9.0] + +### Uncategorized + +- feat: Add SHA-256 utility ([#273](https://github.com/MetaMask/utils/pull/273)) + ## [11.8.1] ### Changed @@ -474,7 +480,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.8.1...HEAD +[Unreleased]: https://github.com/MetaMask/utils/compare/v11.9.0...HEAD +[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 [11.7.0]: https://github.com/MetaMask/utils/compare/v11.6.0...v11.7.0 diff --git a/package.json b/package.json index 316b0c3e..0b1ebc6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/utils", - "version": "11.8.1", + "version": "11.9.0", "description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase", "homepage": "https://github.com/MetaMask/utils#readme", "bugs": { From 5b6c19cd8bbe27e0cd846d3cf77e438d05f5127f Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Wed, 17 Dec 2025 14:18:32 +0100 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d692705f..efd8aefa 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.9.0] -### Uncategorized +### Added -- feat: Add SHA-256 utility ([#273](https://github.com/MetaMask/utils/pull/273)) +- Add `sha256` utility function ([#273](https://github.com/MetaMask/utils/pull/273)) ## [11.8.1]