File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed 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+ ## [ 6.1.0]
10+ ### Added
11+ - Add optional ` destroy ` method to ` Keyring ` type ([ #108 ] ( https://github.com/MetaMask/utils/pull/108 ) )
12+
913## [ 6.0.1]
1014### Fixed
1115- Strip ` __proto__ ` and ` constructor ` JSON properties in ` getSafeJson ` ([ #105 ] ( https://github.com/MetaMask/utils/pull/105 ) )
@@ -154,7 +158,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
154158### Added
155159- Initial release
156160
157- [ Unreleased ] : https://github.com/MetaMask/utils/compare/v6.0.1...HEAD
161+ [ Unreleased ] : https://github.com/MetaMask/utils/compare/v6.1.0...HEAD
162+ [ 6.1.0 ] : https://github.com/MetaMask/utils/compare/v6.0.1...v6.1.0
158163[ 6.0.1 ] : https://github.com/MetaMask/utils/compare/v6.0.0...v6.0.1
159164[ 6.0.0 ] : https://github.com/MetaMask/utils/compare/v5.0.2...v6.0.0
160165[ 5.0.2 ] : https://github.com/MetaMask/utils/compare/v5.0.1...v5.0.2
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/utils" ,
3- "version" : " 6.0.1 " ,
3+ "version" : " 6.1.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