Skip to content

Commit 9e1008e

Browse files
FrederikBoldingGudahttbrad-decker
authored
Version 0.14.0 (#154)
Co-authored-by: Mark Stacey <[email protected]> Co-authored-by: brad-decker <[email protected]>
1 parent bb1c352 commit 9e1008e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
## [0.14.0]
10+
### Changed
11+
- **BREAKING:** The minimum version of Node.js required for this package has been bumped to v14. ([#169](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/169))
12+
13+
### Fixed
14+
- Fix incorrect `v` for EIP-712 signatures and `personal_sign` ([#152](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/152))
915

1016
## [0.13.0]
1117
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eth-ledger-bridge-keyring",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "A MetaMask compatible keyring, for ledger hardware wallets",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)