From aeb70c3fce268ccab4f910bff5a7b2beb3aec442 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 30 Aug 2024 11:00:19 +0000 Subject: [PATCH 1/3] 9.2.1 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faece7a1..8846d7d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.2.1] +### Uncategorized +- fix: Cast CAIP-2 and CAIP-10 structs to their proper types ([#210](https://github.com/MetaMask/utils/pull/210)) +- Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group ([#209](https://github.com/MetaMask/utils/pull/209)) + ## [9.2.0] ### Added - Add `Wallet` member to `KnownCaipNamespace` enum ([#207](https://github.com/MetaMask/utils/pull/207)) @@ -255,7 +260,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/MetaMask/utils/compare/v9.2.0...HEAD +[Unreleased]: https://github.com/MetaMask/utils/compare/v9.2.1...HEAD +[9.2.1]: https://github.com/MetaMask/utils/compare/v9.2.0...v9.2.1 [9.2.0]: https://github.com/MetaMask/utils/compare/v9.1.0...v9.2.0 [9.1.0]: https://github.com/MetaMask/utils/compare/v9.0.0...v9.1.0 [9.0.0]: https://github.com/MetaMask/utils/compare/v8.5.0...v9.0.0 diff --git a/package.json b/package.json index 6c6cb461..0fa93aef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/utils", - "version": "9.2.0", + "version": "9.2.1", "description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase", "homepage": "https://github.com/MetaMask/utils#readme", "bugs": { From 8635831c1332f15b600c1ab906465cc2ccc9ab83 Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Fri, 30 Aug 2024 13:01:44 +0200 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8846d7d7..b6a44ca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [9.2.1] -### Uncategorized -- fix: Cast CAIP-2 and CAIP-10 structs to their proper types ([#210](https://github.com/MetaMask/utils/pull/210)) -- Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group ([#209](https://github.com/MetaMask/utils/pull/209)) +### Fixed +- Cast CAIP-2 and CAIP-10 structs to their proper types ([#210](https://github.com/MetaMask/utils/pull/210)) ## [9.2.0] ### Added From 1b98edbf74db78d4d660fe7810943e2811965d61 Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Fri, 30 Aug 2024 13:02:45 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md Co-authored-by: Maarten Zuidhoorn --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a44ca7..948298bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [9.2.1] ### Fixed -- Cast CAIP-2 and CAIP-10 structs to their proper types ([#210](https://github.com/MetaMask/utils/pull/210)) +- Fix wrong types for CAIP-2 and CAIP-10 structs ([#210](https://github.com/MetaMask/utils/pull/210)) ## [9.2.0] ### Added