From 7c91077dcc8a2e5be06ddfe8e7aa26094df24eac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 10 Sep 2021 11:15:38 +0000 Subject: [PATCH] chore(release): 4.5.1 ## [4.5.1](https://github.com/blockstack/stacks-wallet/compare/v4.5.0...v4.5.1) (2021-09-10) ### Bug Fixes * use a get to check status ([091f6de](https://github.com/blockstack/stacks-wallet/commit/091f6de99925faf0a2fde0245092b201648fede3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a8721cf1..3ac8b22fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.5.1](https://github.com/blockstack/stacks-wallet/compare/v4.5.0...v4.5.1) (2021-09-10) + + +### Bug Fixes + +* use a get to check status ([091f6de](https://github.com/blockstack/stacks-wallet/commit/091f6de99925faf0a2fde0245092b201648fede3)) + # [4.5.0](https://github.com/blockstack/stacks-wallet/compare/v4.4.0...v4.5.0) (2021-08-18) diff --git a/package.json b/package.json index 98aef1b91..727bf44d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stacks-wallet", - "version": "4.5.0", + "version": "4.5.1", "description": "Hiro Wallet 2.0 — Stacking", "prettier": "@stacks/prettier-config", "homepage": "https://hiro.so/wallet",