From e97f2460d23ec9ed0907e5b68af8ecb84b28cb5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 12:15:25 -0330 Subject: [PATCH] 8.3.0 (#165) * 8.3.0 * Update changelog --------- Co-authored-by: github-actions Co-authored-by: Mark Stacey --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc6be140..08e89760 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] +## [8.3.0] +### Added +- Add `createDeferredPromise` ([#164](https://github.com/MetaMask/utils/pull/164)) + ## [8.2.1] ### Fixed - Fix issue with source maps where line numbers were incorrect for src/error.ts ([#156](https://github.com/MetaMask/utils/pull/156)) @@ -208,7 +212,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.2.1...HEAD +[Unreleased]: https://github.com/MetaMask/utils/compare/v8.3.0...HEAD +[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 [8.1.0]: https://github.com/MetaMask/utils/compare/v8.0.0...v8.1.0 diff --git a/package.json b/package.json index 72beda3c..0a47eb8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/utils", - "version": "8.2.1", + "version": "8.3.0", "description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase", "homepage": "https://github.com/MetaMask/utils#readme", "bugs": {