From 438bc2d470c2302b94b01706671a08becc6b4a07 Mon Sep 17 00:00:00 2001 From: Dan J Miller Date: Thu, 4 Nov 2021 03:43:47 -0230 Subject: [PATCH] Version 0.10.0 (#129) * v0.10.0 * Update CHANGELOG.md Co-authored-by: Mark Stacey * Update CHANGELOG.md Co-authored-by: Mark Stacey * Update CHANGELOG.md Co-authored-by: Mark Stacey Co-authored-by: Mark Stacey --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c668eb1..8909aa7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index f29ecbbc..a7ab0d19 100644 --- a/package.json +++ b/package.json @@ -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": [