Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 25, 2023
1 parent d587771 commit d4be2bc
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]

## [2.0.0]
### Uncategorized
- deps: hdkey@0.8.0->^2.1.0 ([#196](/~https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/196))
- deps: Replace eth-sig-util@^2 with @metamask/eth-sig-util@^6 ([#157](/~https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/157))
- Bump @babel/traverse from 7.21.4 to 7.23.2 ([#200](/~https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/200))
- Bump ethereumjs/** versions ([#153](/~https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/153))
- Bump postcss from 8.4.21 to 8.4.31 ([#199](/~https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/199))
- Bump word-wrap from 1.2.3 to 1.2.4 ([#195](/~https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/195))
- Bump semver from 6.3.0 to 6.3.1 ([#194](/~https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/194))

## [1.0.0]
### Changed
- **BREAKING:** Separate the bridge from the keyring ([#156](/~https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/156))
Expand Down Expand Up @@ -67,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Support new versions of ethereumjs/tx ([#68](/~https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/68))

[Unreleased]: /~https://github.com/MetaMask/eth-ledger-bridge-keyring/compare/v1.0.0...HEAD
[Unreleased]: /~https://github.com/MetaMask/eth-ledger-bridge-keyring/compare/v2.0.0...HEAD
[2.0.0]: /~https://github.com/MetaMask/eth-ledger-bridge-keyring/compare/v1.0.0...v2.0.0
[1.0.0]: /~https://github.com/MetaMask/eth-ledger-bridge-keyring/compare/v0.15.0...v1.0.0
[0.15.0]: /~https://github.com/MetaMask/eth-ledger-bridge-keyring/compare/v0.14.0...v0.15.0
[0.14.0]: /~https://github.com/MetaMask/eth-ledger-bridge-keyring/compare/v0.13.0...v0.14.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/eth-ledger-bridge-keyring",
"version": "1.0.0",
"version": "2.0.0",
"description": "A MetaMask compatible keyring, for ledger hardware wallets",
"keywords": [
"ethereum",
Expand Down

0 comments on commit d4be2bc

Please sign in to comment.