Skip to content

Commit

Permalink
9.3.0 (#214)
Browse files Browse the repository at this point in the history
This is the release candidate for version 9.3.0.

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Charly Chevalier <[email protected]>
  • Loading branch information
3 people authored Oct 9, 2024
1 parent b7b9cfe commit 9009f0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [9.3.0]
### Added
- Add support for CAIP-19 ([#183](https://github.com/MetaMask/utils/pull/183))
- Add `Bip122` member to `KnownCaipNamespace` ([#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))
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 9009f0d

Please sign in to comment.