From 665d0bc3df3f998620f5d6a25f1ce1eb27e680c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 09:23:42 -0600 Subject: [PATCH] 8.4.0 (#176) --- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08e897601..bc04ef66c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.4.0] +### Added +- Add `toCaipChainId` utility function ([#175](https://github.com/MetaMask/utils/pull/175)) +- Add `KnownCaipNamespace` enum ([#175](https://github.com/MetaMask/utils/pull/175)) + +### Changed +- Update docs for `createDeferredPromise` to caution against using `suppressUnhandledRejection` ([#174](https://github.com/MetaMask/utils/pull/174)) + +### Fixed +- Fix `createSandbox` to assign a unique name to the sandbox directory, so that it can be used in multiple concurrently running Jest tests ([#171](https://github.com/MetaMask/utils/pull/171)) + ## [8.3.0] ### Added - Add `createDeferredPromise` ([#164](https://github.com/MetaMask/utils/pull/164)) @@ -212,7 +223,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/v8.3.0...HEAD +[Unreleased]: https://github.com/MetaMask/utils/compare/v8.4.0...HEAD +[8.4.0]: https://github.com/MetaMask/utils/compare/v8.3.0...v8.4.0 [8.3.0]: https://github.com/MetaMask/utils/compare/v8.2.1...v8.3.0 [8.2.1]: https://github.com/MetaMask/utils/compare/v8.2.0...v8.2.1 [8.2.0]: https://github.com/MetaMask/utils/compare/v8.1.0...v8.2.0 diff --git a/package.json b/package.json index 99a5fd4ae..10de3f00d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/utils", - "version": "8.3.0", + "version": "8.4.0", "description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase", "homepage": "https://github.com/MetaMask/utils#readme", "bugs": {