Skip to content

Commit faac202

Browse files
github-actions[bot]github-actionsFrederikBoldingMrtenz
authored
3.0.0 (#69)
* 3.0.0 * Update CHANGELOG * Add missing category * Update CHANGELOG.md Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com> --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com> Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent 4c0d4c5 commit faac202

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)