From 71add740f4184a570eec1f04121cdae0efad2270 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Jan 2021 20:47:22 +0000 Subject: [PATCH] chore(release): 4.0.1 [skip ci] ## [4.0.1](https://github.com/blockstack/stacks-wallet/compare/v4.0.0...v4.0.1) (2021-01-14) ### Bug Fixes * **transactions:** failed fee estimation ([1fce4a2](https://github.com/blockstack/stacks-wallet/commit/1fce4a295e7a4ac40cda85cf1b3a622d1e7e35f9)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b332b879d..841ffd1f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.1](https://github.com/blockstack/stacks-wallet/compare/v4.0.0...v4.0.1) (2021-01-14) + + +### Bug Fixes + +* **transactions:** failed fee estimation ([1fce4a2](https://github.com/blockstack/stacks-wallet/commit/1fce4a295e7a4ac40cda85cf1b3a622d1e7e35f9)) + # [4.0.0](https://github.com/blockstack/stacks-wallet/compare/v3.0.0...v4.0.0) (2021-01-14) diff --git a/package.json b/package.json index 185155422..06cdaaf07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stacks-wallet", - "version": "4.0.0", + "version": "4.0.1", "description": "Stacks Wallet 2.0 — Stacking", "prettier": "@stacks/prettier-config", "homepage": "https://www.blockstack.org/testnet-wallet",