Skip to content

Commit

Permalink
Version 0.10.0 (#129)
Browse files Browse the repository at this point in the history
* v0.10.0

* Update CHANGELOG.md

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

* Update CHANGELOG.md

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

* Update CHANGELOG.md

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

Co-authored-by: Mark Stacey <[email protected]>
  • Loading branch information
danjm and Gudahtt authored Nov 4, 2021
1 parent c3c0e01 commit 438bc2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.0]
### Added
- Add a new `attemptMakeApp` method which allows clients to attempt a creation of the Ledger transport for the purposes of detecting/catching potential connection errors. ([#126](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/126))

## [0.9.0]
### Changed
- `updateTransportMethod` no longer defaults its parameter to false, and now names the param sent with the `'ledger-update-transport'` message `transportType`. This better is to support the use of an enum, instead of a boolean, for specifying transport preferences. ([#114](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/114))
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": "0.9.0",
"version": "0.10.0",
"description": "A MetaMask compatible keyring, for ledger hardware wallets",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 438bc2d

Please sign in to comment.