File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 5.0.0]
10+ ### Changed
11+ - ** BREAKING:** Update ` Keyring ` type ([ #89 ] ( https://github.com/MetaMask/utils/pull/89 ) )
12+ - The ` Keyring ` class now uses the data types ` TypedTransaction ` and ` TxData ` from ` @ethereumjs/tx ` (` v4.1.1 ` ).
13+ - The ` Keyring ` now exposes a new optional method called ` generateRandomMnemonic ` .
14+
915## [ 4.0.0]
1016### Changed
1117- Export new modules (` keyring ` , ` transaction-types ` , and ` encryption-types ` ) ([ #86 ] ( https://github.com/MetaMask/utils/pull/86 ) )
@@ -124,7 +130,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
124130### Added
125131- Initial release
126132
127- [ Unreleased ] : https://github.com/MetaMask/utils/compare/v4.0.0...HEAD
133+ [ Unreleased ] : https://github.com/MetaMask/utils/compare/v5.0.0...HEAD
134+ [ 5.0.0 ] : https://github.com/MetaMask/utils/compare/v4.0.0...v5.0.0
128135[ 4.0.0 ] : https://github.com/MetaMask/utils/compare/v3.6.0...v4.0.0
129136[ 3.6.0 ] : https://github.com/MetaMask/utils/compare/v3.5.0...v3.6.0
130137[ 3.5.0 ] : https://github.com/MetaMask/utils/compare/v3.4.1...v3.5.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/utils" ,
3- "version" : " 4 .0.0" ,
3+ "version" : " 5 .0.0" ,
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