Skip to content

Commit aac1497

Browse files
github-actions[bot]github-actionsFrederikBoldingMrtenz
authored
9.2.1 (#211)
This is the release candidate for version 9.2.1. --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Frederik Bolding <[email protected]> Co-authored-by: Maarten Zuidhoorn <[email protected]>
1 parent c2048b0 commit aac1497

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [9.2.1]
10+
### Fixed
11+
- Fix wrong types for CAIP-2 and CAIP-10 structs ([#210](https://github.com/MetaMask/utils/pull/210))
12+
913
## [9.2.0]
1014
### Added
1115
- 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
255259
### Added
256260
- Initial release
257261
258-
[Unreleased]: https://github.com/MetaMask/utils/compare/v9.2.0...HEAD
262+
[Unreleased]: https://github.com/MetaMask/utils/compare/v9.2.1...HEAD
263+
[9.2.1]: https://github.com/MetaMask/utils/compare/v9.2.0...v9.2.1
259264
[9.2.0]: https://github.com/MetaMask/utils/compare/v9.1.0...v9.2.0
260265
[9.1.0]: https://github.com/MetaMask/utils/compare/v9.0.0...v9.1.0
261266
[9.0.0]: https://github.com/MetaMask/utils/compare/v8.5.0...v9.0.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/utils",
3-
"version": "9.2.0",
3+
"version": "9.2.1",
44
"description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase",
55
"homepage": "https://github.com/MetaMask/utils#readme",
66
"bugs": {

0 commit comments

Comments
 (0)