This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,16 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
## [Unreleased] | ||
|
||
## [3.0.0] | ||
### Uncategorized | ||
- deps: @metamask/eth-sig-util@^5.0.2->^7.0.0 ([#189](https://github.com/MetaMask/eth-trezor-keyring/pull/189)) | ||
- Bump @babel/traverse from 7.21.4 to 7.23.2 ([#192](https://github.com/MetaMask/eth-trezor-keyring/pull/192)) | ||
- deps: [email protected]>^2.1.0 ([#190](https://github.com/MetaMask/eth-trezor-keyring/pull/190)) | ||
- Bump postcss from 8.4.21 to 8.4.31 ([#191](https://github.com/MetaMask/eth-trezor-keyring/pull/191)) | ||
- Increase minimum Node.js version from 14 to 16 ([#188](https://github.com/MetaMask/eth-trezor-keyring/pull/188)) | ||
- Bump protobufjs from 6.11.3 to 6.11.4 ([#186](https://github.com/MetaMask/eth-trezor-keyring/pull/186)) | ||
- Bump word-wrap from 1.2.3 to 1.2.4 ([#185](https://github.com/MetaMask/eth-trezor-keyring/pull/185)) | ||
- Bump semver from 6.3.0 to 6.3.1 ([#183](https://github.com/MetaMask/eth-trezor-keyring/pull/183)) | ||
- Add missing `get.sh` script ([#182](https://github.com/MetaMask/eth-trezor-keyring/pull/182)) | ||
### Changed | ||
- **BREAKING**: Remove support for major node versions 14,15,17,19. Minimum Node.js version is now 16. ([#188](https://github.com/MetaMask/eth-trezor-keyring/pull/188)) | ||
- Bump `@metamask/eth-sig-util` from `^5.0.2` to `^7.0.0` ([#189](https://github.com/MetaMask/eth-trezor-keyring/pull/189)) | ||
- Bump dependency `hdkey` from `0.8.0` to `^2.1.0` ([#190](https://github.com/MetaMask/eth-trezor-keyring/pull/190)) | ||
|
||
## [2.0.0] | ||
### Added | ||
|
@@ -29,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- The keyring constructor no longer accepts keyring state. Instead, any pre-existing keyring state should be passed to the `deserialize` method after construction. | ||
|
||
### Removed | ||
- **BREAKING:** Remove `dispose` method from `TrezorKeyring`, which is replaced by `destroy` ([#179](https://github.com/MetaMask/eth-trezor-keyring/pull/179)) | ||
- **BREAKING:** Remove `dispose` method from `TrezorKeyring`, which is replaced by `destroy` ([#179](https://github.com/MetaMask/eth-trezor-keyring/pull/179)) | ||
|
||
## [1.1.0] | ||
### Added | ||
|