Skip to content

Commit

Permalink
4.0.0 (#157)
Browse files Browse the repository at this point in the history
* 4.0.0

* Update CHANGELOG.md

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Frederik Bolding <[email protected]>
  • Loading branch information
3 people authored Aug 1, 2024
1 parent 8d8019a commit dd4cbb9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.0]
### Changed
- **BREAKING:** Require Node 18.16 or higher ([#111](https://github.com/MetaMask/slip44/pull/111))
- Update with latest data as of 2024-07-29 ([#156](https://github.com/MetaMask/slip44/pull/156))

## [3.1.0]
### Changed
- Update with latest data as of 2023-10-09 ([#101](https://github.com/MetaMask/slip44/pull/101))
Expand Down Expand Up @@ -42,7 +47,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/v3.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/slip44/compare/v4.0.0...HEAD
[4.0.0]: https://github.com/MetaMask/slip44/compare/v3.1.0...v4.0.0
[3.1.0]: https://github.com/MetaMask/slip44/compare/v3.0.0...v3.1.0
[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
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": "3.1.0",
"version": "4.0.0",
"description": "A simple mapping between slip44 IDs and their network metadata.",
"keywords": [
"Blockchain",
Expand Down

0 comments on commit dd4cbb9

Please sign in to comment.