File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments