Skip to content

Commit

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

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
Co-authored-by: Jongsun Suh <jongsun.suh@icloud.com>
  • Loading branch information
4 people committed Jul 15, 2024
1 parent c19a65e commit 1e502e9
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]

## [9.1.0]
### Added
- Add `PublicInterface` type ([#197](https://github.com/MetaMask/utils/pull/197))

## [9.0.0]
### Changed
- **BREAKING:** The return types of functions `getChecksumAddress`, `numberToHex`, `bigIntToHex` are narrowed from `string` to `Hex` ([#193](https://github.com/MetaMask/utils/pull/193))
Expand Down Expand Up @@ -247,7 +251,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.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/utils/compare/v9.1.0...HEAD
[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
[8.5.0]: https://github.com/MetaMask/utils/compare/v8.4.0...v8.5.0
[8.4.0]: https://github.com/MetaMask/utils/compare/v8.3.0...v8.4.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.0.0",
"version": "9.1.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 1e502e9

Please sign in to comment.