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,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 3.0.0]
10+ ### Changed
11+ - ** BREAKING:** Require Node 14 or higher ([ #28 ] ( https://github.com/MetaMask/slip44/pull/28 ) )
12+ - Update with latest data as of 2023-04-24 ([ #68 ] ( https://github.com/MetaMask/slip44/pull/68 ) )
13+
14+ ### Removed
15+ - ** BREAKING:** Removed ` link ` property as it was removed in the SLIP-44 document ([ #25 ] ( https://github.com/MetaMask/slip44/pull/25 ) )
16+
917## [ 2.2.0]
1018### Changed
1119- Update with latest SLIP-44 data as of 2022-08-07 ([ #14 ] ( https://github.com/MetaMask/slip44/pull/14 ) )
@@ -30,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3038### Changed
3139- Initial release.
3240
33- [ Unreleased ] : https://github.com/MetaMask/slip44/compare/v2.2.0...HEAD
41+ [ Unreleased ] : https://github.com/MetaMask/slip44/compare/v3.0.0...HEAD
42+ [ 3.0.0 ] : https://github.com/MetaMask/slip44/compare/v2.2.0...v3.0.0
3443[ 2.2.0 ] : https://github.com/MetaMask/slip44/compare/v2.1.0...v2.2.0
3544[ 2.1.0 ] : https://github.com/MetaMask/slip44/compare/v2.0.0...v2.1.0
3645[ 2.0.0 ] : https://github.com/MetaMask/slip44/compare/v1.0.0...v2.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/slip44" ,
3- "version" : " 2.2 .0" ,
3+ "version" : " 3.0 .0" ,
44 "description" : " A simple mapping between slip44 IDs and their network metadata." ,
55 "keywords" : [
66 " Blockchain" ,
You can’t perform that action at this time.
0 commit comments