From 5e202d31e33ad441745ef78e5a0dfd9f3a0aa0c0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 9 Oct 2024 13:12:42 +0000 Subject: [PATCH] 9.3.0 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 948298bb4..63a4b99c0 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.3.0] +### Uncategorized +- feat(caip): add support for CAIP-19 ([#183](https://github.com/MetaMask/utils/pull/183)) +- feat: add `KnownCaipNamespace.Bip122` for Bitcoin family ([#213](https://github.com/MetaMask/utils/pull/213)) + ## [9.2.1] ### Fixed - Fix wrong types for CAIP-2 and CAIP-10 structs ([#210](https://github.com/MetaMask/utils/pull/210)) @@ -259,7 +264,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.1...HEAD +[Unreleased]: https://github.com/MetaMask/utils/compare/v9.3.0...HEAD +[9.3.0]: https://github.com/MetaMask/utils/compare/v9.2.1...v9.3.0 [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 diff --git a/package.json b/package.json index 0fa93aef0..cdc4f42c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/utils", - "version": "9.2.1", + "version": "9.3.0", "description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase", "homepage": "https://github.com/MetaMask/utils#readme", "bugs": {