Skip to content

Commit

Permalink
Version 0.14.0 (#154)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Stacey <[email protected]>
Co-authored-by: brad-decker <[email protected]>
  • Loading branch information
3 people authored Mar 20, 2023
1 parent bb1c352 commit 9e1008e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ 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.14.0]
### Changed
- **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))

### Fixed
- Fix incorrect `v` for EIP-712 signatures and `personal_sign` ([#152](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/152))

## [0.13.0]
### Added
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.13.0",
"version": "0.14.0",
"description": "A MetaMask compatible keyring, for ledger hardware wallets",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 9e1008e

Please sign in to comment.