File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 5.0.2]
10+ ### Changed
11+ - The ` Keyring ` exposes a new optional method ` init ` ([ #99 ] ( https://github.com/MetaMask/utils/pull/99 ) )
12+
13+ ### Fixed
14+ - Bump ` @ethereumjs/tx ` to ` 4.1.2 ` to address runtime compatibility issues ([ #100 ] ( https://github.com/MetaMask/utils/pull/100 ) )
15+
916## [ 5.0.1]
1017### Fixed
1118- Keep original type when using ` hasProperty ` if defined ([ #94 ] ( https://github.com/MetaMask/utils/pull/94 ) )
@@ -134,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
134141### Added
135142- Initial release
136143
137- [ Unreleased ] : https://github.com/MetaMask/utils/compare/v5.0.1...HEAD
144+ [ Unreleased ] : https://github.com/MetaMask/utils/compare/v5.0.2...HEAD
145+ [ 5.0.2 ] : https://github.com/MetaMask/utils/compare/v5.0.1...v5.0.2
138146[ 5.0.1 ] : https://github.com/MetaMask/utils/compare/v5.0.0...v5.0.1
139147[ 5.0.0 ] : https://github.com/MetaMask/utils/compare/v4.0.0...v5.0.0
140148[ 4.0.0 ] : https://github.com/MetaMask/utils/compare/v3.6.0...v4.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/utils" ,
3- "version" : " 5.0.1 " ,
3+ "version" : " 5.0.2 " ,
44 "description" : " Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase." ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments