Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Nov 7, 2023
1 parent 71c1dbd commit 7ab6337
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7ab6337

Please sign in to comment.