From 30f7bbffa3387691f0d73ed7b63e648515dc5fb5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 2 Sep 2025 14:04:20 +0000 Subject: [PATCH 1/2] 11.7.0 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d7e1afb..ae8693dad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [11.7.0] + +### Uncategorized + +- chore: adds Tron CAIP ([#266](https://github.com/MetaMask/utils/pull/266)) +- Fix API docs generation ([#264](https://github.com/MetaMask/utils/pull/264)) + ## [11.6.0] ### Added @@ -451,7 +458,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.6.0...HEAD +[Unreleased]: https://github.com/MetaMask/utils/compare/v11.7.0...HEAD +[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 [11.4.2]: https://github.com/MetaMask/utils/compare/v11.4.1...v11.4.2 diff --git a/package.json b/package.json index a607be73c..32cbed3a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/utils", - "version": "11.6.0", + "version": "11.7.0", "description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase", "homepage": "https://github.com/MetaMask/utils#readme", "bugs": { From a315b396eb70ad7140aa5af883aaadae101cab4d Mon Sep 17 00:00:00 2001 From: Antonio Regadas Date: Tue, 2 Sep 2025 15:07:59 +0100 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae8693dad..96a964d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [11.7.0] -### Uncategorized +### Added + +- Add Tron CAIP namespace ([#266](https://github.com/MetaMask/utils/pull/266)) + +### Fixed -- chore: adds Tron CAIP ([#266](https://github.com/MetaMask/utils/pull/266)) - Fix API docs generation ([#264](https://github.com/MetaMask/utils/pull/264)) ## [11.6.0]