From 89d2ffa27c11a4296f0daf676d5a0ec3bee4e1fc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Jan 2021 19:29:26 +0000 Subject: [PATCH] chore(release): 4.0.3 [skip ci] ## [4.0.3](https://github.com/blockstack/stacks-wallet/compare/v4.0.2...v4.0.3) (2021-01-20) ### Bug Fixes * confirmed & mempool txs showing at same time ([c9e6425](https://github.com/blockstack/stacks-wallet/commit/c9e64254e139f47810ffef92e7b0dbe078975ed0)) * display API response on error screen ([4cc061e](https://github.com/blockstack/stacks-wallet/commit/4cc061e6a79e9f4274acf4a5651485dfffb60c54)) * improve flow of typing in phrase, closes [#526](https://github.com/blockstack/stacks-wallet/issues/526) ([cb0d52f](https://github.com/blockstack/stacks-wallet/commit/cb0d52fab9797b7ea150c18188c93ae4fdd22c9e)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6808d6a02..fb8a53fc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.0.3](https://github.com/blockstack/stacks-wallet/compare/v4.0.2...v4.0.3) (2021-01-20) + + +### Bug Fixes + +* confirmed & mempool txs showing at same time ([c9e6425](https://github.com/blockstack/stacks-wallet/commit/c9e64254e139f47810ffef92e7b0dbe078975ed0)) +* display API response on error screen ([4cc061e](https://github.com/blockstack/stacks-wallet/commit/4cc061e6a79e9f4274acf4a5651485dfffb60c54)) +* improve flow of typing in phrase, closes [#526](https://github.com/blockstack/stacks-wallet/issues/526) ([cb0d52f](https://github.com/blockstack/stacks-wallet/commit/cb0d52fab9797b7ea150c18188c93ae4fdd22c9e)) + ## [4.0.2](https://github.com/blockstack/stacks-wallet/compare/v4.0.1...v4.0.2) (2021-01-15) diff --git a/package.json b/package.json index 359416905..89640f305 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stacks-wallet", - "version": "4.0.2", + "version": "4.0.3", "description": "Stacks Wallet 2.0 — Stacking", "prettier": "@stacks/prettier-config", "homepage": "https://www.blockstack.org/testnet-wallet",