From 28a4e20e4ac22582ce42276e49d6d5a3ea60e623 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 9 Jul 2024 20:42:27 +0000 Subject: [PATCH 1/2] 9.1.2 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74e30e1d..d923c8d0 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] +## [9.1.2] +### Uncategorized +- Bump `@metamask/utils` from `^8.3.0` to `^9.0.0` ([#181](https://github.com/MetaMask/key-tree/pull/181)) + ## [9.1.1] ### Fixed - Fix ESM imports ([#177](https://github.com/MetaMask/key-tree/pull/177)) @@ -166,7 +170,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. -[Unreleased]: https://github.com/MetaMask/key-tree/compare/v9.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/key-tree/compare/v9.1.2...HEAD +[9.1.2]: https://github.com/MetaMask/key-tree/compare/v9.1.1...v9.1.2 [9.1.1]: https://github.com/MetaMask/key-tree/compare/v9.1.0...v9.1.1 [9.1.0]: https://github.com/MetaMask/key-tree/compare/v9.0.0...v9.1.0 [9.0.0]: https://github.com/MetaMask/key-tree/compare/v8.0.0...v9.0.0 diff --git a/package.json b/package.json index cc312835..93dbb7a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/key-tree", - "version": "9.1.1", + "version": "9.1.2", "description": "An interface over BIP-32 and BIP-39 key derivation paths", "homepage": "https://github.com/MetaMask/key-tree#readme", "bugs": { From f1e1e73cd60ff9403037e38df6c6a93faaaa89a9 Mon Sep 17 00:00:00 2001 From: Jongsun Suh Date: Tue, 9 Jul 2024 16:55:07 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d923c8d0..36e6ef83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [9.1.2] -### Uncategorized +### Changed - Bump `@metamask/utils` from `^8.3.0` to `^9.0.0` ([#181](https://github.com/MetaMask/key-tree/pull/181)) ## [9.1.1]