Skip to content

Commit

Permalink
3.0.0 (#69)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
4 people committed Apr 24, 2023
1 parent 4c0d4c5 commit faac202
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0]
### Changed
- **BREAKING:** Require Node 14 or higher ([#28](https://github.com/MetaMask/slip44/pull/28))
- Update with latest data as of 2023-04-24 ([#68](https://github.com/MetaMask/slip44/pull/68))

### Removed
- **BREAKING:** Removed `link` property as it was removed in the SLIP-44 document ([#25](https://github.com/MetaMask/slip44/pull/25))

## [2.2.0]
### Changed
- Update with latest SLIP-44 data as of 2022-08-07 ([#14](https://github.com/MetaMask/slip44/pull/14))
Expand All @@ -30,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Initial release.

[Unreleased]: https://github.com/MetaMask/slip44/compare/v2.2.0...HEAD
[Unreleased]: https://github.com/MetaMask/slip44/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/MetaMask/slip44/compare/v2.2.0...v3.0.0
[2.2.0]: https://github.com/MetaMask/slip44/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/MetaMask/slip44/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/MetaMask/slip44/compare/v1.0.0...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/slip44",
"version": "2.2.0",
"version": "3.0.0",
"description": "A simple mapping between slip44 IDs and their network metadata.",
"keywords": [
"Blockchain",
Expand Down

0 comments on commit faac202

Please sign in to comment.