From 51fa94393b5b24b386585d43b3b02646ac91b3bb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 Jul 2023 15:27:47 +0000 Subject: [PATCH] chore(release): 4.10.1 ## [4.10.1](https://github.com/blockstack/stacks-wallet/compare/v4.10.0...v4.10.1) (2023-07-03) ### Bug Fixes * only show memo for sent transactions ([bbfeb04](https://github.com/blockstack/stacks-wallet/commit/bbfeb0498f63da50a3ff7141d225f8f13e694071)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9427119d..ac786892c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.10.1](https://github.com/blockstack/stacks-wallet/compare/v4.10.0...v4.10.1) (2023-07-03) + + +### Bug Fixes + +* only show memo for sent transactions ([bbfeb04](https://github.com/blockstack/stacks-wallet/commit/bbfeb0498f63da50a3ff7141d225f8f13e694071)) + ## [4.10.1-dev.1](https://github.com/blockstack/stacks-wallet/compare/v4.10.0...v4.10.1-dev.1) (2023-06-22) diff --git a/package.json b/package.json index 0f906c0bf..6cdaf4e23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stacks-wallet", - "version": "4.10.1-dev.1", + "version": "4.10.1", "description": "Hiro Wallet 2.0 — Stacking", "prettier": "@stacks/prettier-config", "homepage": "https://hiro.so/wallet",