From aac14970c436cb2b2bd308ae7b9d9bc5e59ce821 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:05:19 +0200 Subject: [PATCH] 9.2.1 (#211) This is the release candidate for version 9.2.1. --------- Co-authored-by: github-actions Co-authored-by: Frederik Bolding Co-authored-by: Maarten Zuidhoorn --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faece7a1..948298bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.2.1] +### Fixed +- Fix wrong types for CAIP-2 and CAIP-10 structs ([#210](https://github.com/MetaMask/utils/pull/210)) + ## [9.2.0] ### Added - Add `Wallet` member to `KnownCaipNamespace` enum ([#207](https://github.com/MetaMask/utils/pull/207)) @@ -255,7 +259,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": {