Skip to content

Commit

Permalink
9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 30, 2024
1 parent c2048b0 commit aeb70c3
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.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))
Expand Down Expand Up @@ -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
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.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": {
Expand Down

0 comments on commit aeb70c3

Please sign in to comment.