From 46fca42a22a358d23bfef3e988d79d3d360c46c5 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Tue, 19 Jan 2021 12:00:15 -0330 Subject: [PATCH] Bump version to v0.5.0 (#48) This release includes various dependency updates and development tooling changes. The only functional change is the upgrade of `trezor-connect` from v7 to v8 (#46). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 31546479a524..a673e6a60f07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eth-trezor-keyring", - "version": "0.4.0", + "version": "0.5.0", "description": "A MetaMask compatible keyring, for trezor hardware wallets", "main": "index.js", "scripts": {