From 01fca35ca99122e02359d941d2361c8ced051ad7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 07:57:49 -0700 Subject: [PATCH] 2.2.0 (#15) --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdc73fe..b3130ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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)) @@ -26,7 +30,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.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/slip44/compare/v2.2.0...HEAD +[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 [1.0.0]: https://github.com/MetaMask/slip44/releases/tag/v1.0.0 diff --git a/package.json b/package.json index 999be5c..2f13a30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/slip44", - "version": "2.1.0", + "version": "2.2.0", "description": "A simple mapping between slip44 IDs and their network metadata.", "keywords": [ "Blockchain",