Skip to content

Commit

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

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Charly Chevalier <charly.chevalier@consensys.net>
  • Loading branch information
3 people authored Feb 11, 2025
1 parent daa2270 commit 7994643
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [11.2.0]
### Added
- Add optional `signEip7702Authorization` method to `Keyring` type ([#231](https://github.com/MetaMask/utils/pull/231))

## [11.1.0]
### Added
- Add additional CAIP-19 types (`CaipAsset{Namespace,Reference,TokenId}` support ([#227](https://github.com/MetaMask/utils/pull/227))
Expand Down Expand Up @@ -292,7 +296,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/v11.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/utils/compare/v11.2.0...HEAD
[11.2.0]: https://github.com/MetaMask/utils/compare/v11.1.0...v11.2.0
[11.1.0]: https://github.com/MetaMask/utils/compare/v11.0.1...v11.1.0
[11.0.1]: https://github.com/MetaMask/utils/compare/v11.0.0...v11.0.1
[11.0.0]: https://github.com/MetaMask/utils/compare/v10.0.1...v11.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": "11.1.0",
"version": "11.2.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 7994643

Please # to comment.