Skip to content

Commit

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

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
  • Loading branch information
6 people authored Oct 22, 2024
1 parent c12cc9c commit 76ad2df
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]

## [10.0.0]
### Changed
- **BREAKING:** Drop support for Node.js versions 16, 21 ([#212](https://github.com/MetaMask/utils/pull/212))
- Improve JSON validation performance ([#218](https://github.com/MetaMask/utils/pull/218))

## [9.3.0]
### Added
- Add support for CAIP-19 ([#183](https://github.com/MetaMask/utils/pull/183))
Expand Down Expand Up @@ -264,7 +269,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.3.0...HEAD
[Unreleased]: https://github.com/MetaMask/utils/compare/v10.0.0...HEAD
[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
[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
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.3.0",
"version": "10.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 76ad2df

Please sign in to comment.