Skip to content

Commit

Permalink
Version-v0.13.0 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri authored May 27, 2022
1 parent 239e4a7 commit 9a87fac
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.13.0]
### Added
- hdk.publicKey and hdk.chainCode should not be updated when unlocking using hdPath for an account. ([#146](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/146))

## [0.12.0]
### Added
- Add a new `destroy` method which will remove the `message` event listener from window. ([#145](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/145))
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.12.0",
"version": "0.13.0",
"description": "A MetaMask compatible keyring, for ledger hardware wallets",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 9a87fac

Please sign in to comment.