Skip to content

Commit e97f246

Browse files
github-actions[bot]github-actionsGudahtt
authored
8.3.0 (#165)
* 8.3.0 * Update changelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Mark Stacey <markjstacey@gmail.com>
1 parent edcf2de commit e97f246

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [8.3.0]
10+
### Added
11+
- Add `createDeferredPromise` ([#164](https://github.com/MetaMask/utils/pull/164))
12+
913
## [8.2.1]
1014
### Fixed
1115
- 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
208212
### Added
209213
- Initial release
210214

211-
[Unreleased]: https://github.com/MetaMask/utils/compare/v8.2.1...HEAD
215+
[Unreleased]: https://github.com/MetaMask/utils/compare/v8.3.0...HEAD
216+
[8.3.0]: https://github.com/MetaMask/utils/compare/v8.2.1...v8.3.0
212217
[8.2.1]: https://github.com/MetaMask/utils/compare/v8.2.0...v8.2.1
213218
[8.2.0]: https://github.com/MetaMask/utils/compare/v8.1.0...v8.2.0
214219
[8.1.0]: https://github.com/MetaMask/utils/compare/v8.0.0...v8.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/utils",
3-
"version": "8.2.1",
3+
"version": "8.3.0",
44
"description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase",
55
"homepage": "https://github.com/MetaMask/utils#readme",
66
"bugs": {

0 commit comments

Comments
 (0)