Skip to content

Commit

Permalink
9.0.0 (#150)
Browse files Browse the repository at this point in the history
* 9.0.0

* Update CHANGELOG.md

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
  • Loading branch information
3 people authored Jul 14, 2023
1 parent b03945a commit c81212b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [9.0.0]
### Changed
- **BREAKING:** Disallow importing from `./dist` paths ([#147](https://github.com/MetaMask/key-tree/pull/147))
- Export `mnemonicPhraseToBytes` and `createBip39KeyFromSeed` ([#149](https://github.com/MetaMask/key-tree/pull/149))

### Fixed
- Add support for Node.js with ESM ([#147](https://github.com/MetaMask/key-tree/pull/147))
- Remove `postinstall` script ([#146](https://github.com/MetaMask/key-tree/pull/146))
- This caused installation to fail.

## [8.0.0]
### Changed
- **BREAKING:** Build the package as both CJS and ESM ([#140](https://github.com/MetaMask/key-tree/pull/139))
Expand Down Expand Up @@ -143,7 +153,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/v8.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/key-tree/compare/v9.0.0...HEAD
[9.0.0]: https://github.com/MetaMask/key-tree/compare/v8.0.0...v9.0.0
[8.0.0]: https://github.com/MetaMask/key-tree/compare/v7.1.1...v8.0.0
[7.1.1]: https://github.com/MetaMask/key-tree/compare/v7.1.0...v7.1.1
[7.1.0]: https://github.com/MetaMask/key-tree/compare/v7.0.0...v7.1.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": "8.0.0",
"version": "9.0.0",
"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 c81212b

Please sign in to comment.