From 1e502e9ab695afcb2efffc36b6622e1f87365294 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 12:51:13 -0230 Subject: [PATCH] 9.1.0 (#198) This is the release candidate for version 9.1.0. --------- Co-authored-by: github-actions Co-authored-by: Mark Stacey Co-authored-by: Jongsun Suh --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3542a5fd..bf2c69eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) @@ -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 diff --git a/package.json b/package.json index 82475eff..8e70c696 100644 --- a/package.json +++ b/package.json @@ -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": {