Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 0e2ee81

Browse files
authored
Version v0.10.0 (#120)
* Version v0.10.0 * Fix changelog
1 parent a99ce3f commit 0e2ee81

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.10.0]
810
### Added
911
- Support for EIP-721 signTypedData_v4 ([#117](https://github.com/MetaMask/eth-trezor-keyring/pull/117))
1012

@@ -28,7 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2830
### Added
2931
- Support new versions of ethereumjs/tx ([#88](https://github.com/MetaMask/eth-trezor-keyring/pull/88))
3032

31-
[Unreleased]: https://github.com/metamask/eth-trezor-keyring/compare/v0.9.1...HEAD
33+
[Unreleased]: https://github.com/metamask/eth-trezor-keyring/compare/v0.10.0...HEAD
34+
[0.10.0]: https://github.com/metamask/eth-trezor-keyring/compare/v0.9.1...v0.10.0
3235
[0.9.1]: https://github.com/metamask/eth-trezor-keyring/compare/v0.9.0...v0.9.1
3336
[0.9.0]: https://github.com/metamask/eth-trezor-keyring/compare/v0.8.0...v0.9.0
3437
[0.8.0]: https://github.com/metamask/eth-trezor-keyring/compare/v0.7.0...v0.8.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eth-trezor-keyring",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "A MetaMask compatible keyring, for trezor hardware wallets",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)