From 9a32aeb6b2d22281703282e42abb68d137a7cefa Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 2 Jul 2026 09:56:37 +0000 Subject: [PATCH 1/2] 4.5.0 --- CHANGELOG.md | 37 ++++++++++++++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f22cef2..244491c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -6,65 +7,99 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.5.0] + +### Uncategorized + +- fix: Support SLIP44 format changes ([#204](https://github.com/MetaMask/slip44/pull/204)) +- Update with latest data as of 2026-06-02 ([#202](https://github.com/MetaMask/slip44/pull/202)) +- ci: Upgrade Yarn to 4.16.0 and update `action-npm-publish` to v6 ([#203](https://github.com/MetaMask/slip44/pull/203)) +- Update with latest data as of 2026-04-02 ([#200](https://github.com/MetaMask/slip44/pull/200)) + ## [4.4.0] + ### Changed + - Update with latest data as of 2026-02-02 ([#197](https://github.com/MetaMask/slip44/pull/197)) ## [4.3.0] + ### Changed + - Update with latest data as of 2025-09-02 ([#189](https://github.com/MetaMask/slip44/pull/189)) ## [4.2.0] + ### Changed + - Update with latest data as of 2025-05-02 ([#182](https://github.com/MetaMask/slip44/pull/182)) ## [4.1.0] + ### Changed + - Update with latest data as of 2024-11-02 ([#170](https://github.com/MetaMask/slip44/pull/170)) - Ignore reserved names ([#171](https://github.com/MetaMask/slip44/pull/171)) ## [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)) ## [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)) ## [2.1.0] + ### Changed + - Update SLIP-44 data ([#3](https://github.com/MetaMask/slip44/pull/3)) - Current as of [satoshilabs/slips#34a4034](https://github.com/satoshilabs/slips/blob/34a4034bdf0da30f49b7bb2fe24251c381d739fd/slip-0044.md) ## [2.0.0] + ### Added + - Changelog - Readme ### Changed + - **BREAKING:** Convert primary export from `.js` to `.json` - This may be breaking for TypeScript projects, since some `tsc` configurations disallow importing JSON modules. - Update SLIP-44 data - Current as of [satoshilabs/slips#6279209](https://github.com/satoshilabs/slips/blob/6279209c5686c2910d67a37ddeef2643228472b1/slip-0044.md). ## [1.0.0] + ### Changed + - Initial release. -[Unreleased]: https://github.com/MetaMask/slip44/compare/v4.4.0...HEAD +[Unreleased]: https://github.com/MetaMask/slip44/compare/v4.5.0...HEAD +[4.5.0]: https://github.com/MetaMask/slip44/compare/v4.4.0...v4.5.0 [4.4.0]: https://github.com/MetaMask/slip44/compare/v4.3.0...v4.4.0 [4.3.0]: https://github.com/MetaMask/slip44/compare/v4.2.0...v4.3.0 [4.2.0]: https://github.com/MetaMask/slip44/compare/v4.1.0...v4.2.0 diff --git a/package.json b/package.json index 1d377ed..fae13b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/slip44", - "version": "4.4.0", + "version": "4.5.0", "description": "A simple mapping between slip44 IDs and their network metadata.", "keywords": [ "Blockchain", From eb28413fd9060c1a85c2e0e09591484c7602dc2d Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Thu, 2 Jul 2026 11:58:58 +0200 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 34 ++-------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 244491c..aa32b62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -8,94 +7,65 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [4.5.0] - -### Uncategorized - -- fix: Support SLIP44 format changes ([#204](https://github.com/MetaMask/slip44/pull/204)) -- Update with latest data as of 2026-06-02 ([#202](https://github.com/MetaMask/slip44/pull/202)) -- ci: Upgrade Yarn to 4.16.0 and update `action-npm-publish` to v6 ([#203](https://github.com/MetaMask/slip44/pull/203)) -- Update with latest data as of 2026-04-02 ([#200](https://github.com/MetaMask/slip44/pull/200)) +### Changed +- Update with latest data as of 2026-07-02 ([#204](https://github.com/MetaMask/slip44/pull/202)) ## [4.4.0] - ### Changed - - Update with latest data as of 2026-02-02 ([#197](https://github.com/MetaMask/slip44/pull/197)) ## [4.3.0] - ### Changed - - Update with latest data as of 2025-09-02 ([#189](https://github.com/MetaMask/slip44/pull/189)) ## [4.2.0] - ### Changed - - Update with latest data as of 2025-05-02 ([#182](https://github.com/MetaMask/slip44/pull/182)) ## [4.1.0] - ### Changed - - Update with latest data as of 2024-11-02 ([#170](https://github.com/MetaMask/slip44/pull/170)) - Ignore reserved names ([#171](https://github.com/MetaMask/slip44/pull/171)) ## [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)) ## [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)) ## [2.1.0] - ### Changed - - Update SLIP-44 data ([#3](https://github.com/MetaMask/slip44/pull/3)) - Current as of [satoshilabs/slips#34a4034](https://github.com/satoshilabs/slips/blob/34a4034bdf0da30f49b7bb2fe24251c381d739fd/slip-0044.md) ## [2.0.0] - ### Added - - Changelog - Readme ### Changed - - **BREAKING:** Convert primary export from `.js` to `.json` - This may be breaking for TypeScript projects, since some `tsc` configurations disallow importing JSON modules. - Update SLIP-44 data - Current as of [satoshilabs/slips#6279209](https://github.com/satoshilabs/slips/blob/6279209c5686c2910d67a37ddeef2643228472b1/slip-0044.md). ## [1.0.0] - ### Changed - - Initial release. [Unreleased]: https://github.com/MetaMask/slip44/compare/v4.5.0...HEAD