From 1da8c4568e8472a2950c728e49d56cbac83e93a7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 27 Aug 2025 20:54:30 +0000 Subject: [PATCH] 11.6.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2fa282c..b6e2f58e8 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.6.0] + +### Uncategorized + +- Feat/migrate units conversion utils ([#255](https://github.com/MetaMask/utils/pull/255)) + ## [11.5.0] ### Added @@ -441,7 +447,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.5.0...HEAD +[Unreleased]: https://github.com/MetaMask/utils/compare/v11.6.0...HEAD +[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 [11.4.2]: https://github.com/MetaMask/utils/compare/v11.4.1...v11.4.2 [11.4.1]: https://github.com/MetaMask/utils/compare/v11.4.0...v11.4.1 diff --git a/package.json b/package.json index a0e363fcf..a607be73c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/utils", - "version": "11.5.0", + "version": "11.6.0", "description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase", "homepage": "https://github.com/MetaMask/utils#readme", "bugs": {