Skip to content

Commit

Permalink
11.0.0 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 26, 2024
1 parent e45343b commit 6201c23
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.0.0]
### Changed
- **BREAKING:** `generateRandomMnemonic` now returns `Promise<void>` instead of `void` ([#222](https://github.com/MetaMask/utils/pull/222))

## [10.0.1]
### Added
- Add Solana CAIP namespace ([#219](https://github.com/MetaMask/utils/pull/219))
Expand Down Expand Up @@ -273,7 +277,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/v10.0.1...HEAD
[Unreleased]: https://github.com/MetaMask/utils/compare/v11.0.0...HEAD
[11.0.0]: https://github.com/MetaMask/utils/compare/v10.0.1...v11.0.0
[10.0.1]: https://github.com/MetaMask/utils/compare/v10.0.0...v10.0.1
[10.0.0]: https://github.com/MetaMask/utils/compare/v9.3.0...v10.0.0
[9.3.0]: https://github.com/MetaMask/utils/compare/v9.2.1...v9.3.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": "10.0.1",
"version": "11.0.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 6201c23

Please sign in to comment.