Skip to content

Commit

Permalink
v0.7.0 (#100)
Browse files Browse the repository at this point in the history
* v0.7.0

* feedback, actually update package version

* update changelog

* Update CHANGELOG.md

Co-authored-by: Mark Stacey <[email protected]>

Co-authored-by: Mark Stacey <[email protected]>
  • Loading branch information
adonesky1 and Gudahtt authored Aug 31, 2021
1 parent bece322 commit 12f1840
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.7.0]
### Changed
- Remove unused `events` and `ethereumjs-tx` dependencies ([#101](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/101), [#102](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/102))
- 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
- [#68](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/68): Support new versions of ethereumjs/tx
- 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 12f1840

Please sign in to comment.