Skip to content

Commit

Permalink
feedback, actually update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
adonesky1 committed Aug 31, 2021
1 parent 2ad0ca8 commit 0d4b1b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [0.7.0]

- Allow transaction with undefined 'to' fields, in signTransaction ([#98](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/98))
- Update eth-ledger-bridge-keyring to support EIP-1559 transactions ([#97](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/97), [#96](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/96))
- Update gh-pages to receive chainId, update Ledger library to 6.5.0 ([#95](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/95))
- Bump path-parse from 1.0.6 to 1.0.7 ([#92](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/92))
### Changed
- Update eth-ledger-bridge-keyring to support EIP-1559 transactions ([#98](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/98), [#97](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/97), [#96](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/96))

## [0.6.0]

### Added

- Support new versions of ethereumjs/tx ([#68](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/68))
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": "0.6.0",
"version": "0.7.0",
"description": "A MetaMask compatible keyring, for ledger hardware wallets",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 0d4b1b0

Please sign in to comment.