Skip to content

Commit

Permalink
9.1.2 (#182)
Browse files Browse the repository at this point in the history
* 9.1.2

* Update CHANGELOG.md

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Jongsun Suh <jongsun.suh@icloud.com>
  • Loading branch information
3 people authored Jul 9, 2024
1 parent 1471d14 commit 38dd0de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [9.1.2]
### Changed
- 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))
Expand Down Expand Up @@ -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
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/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": {
Expand Down

0 comments on commit 38dd0de

Please sign in to comment.