From 69b1cbb84543359657a9397af5a0d876fde76d7d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 27 Mar 2024 19:09:16 +0000 Subject: [PATCH] chore(release): 6.32.1 ## [6.32.1](https://github.com/leather-wallet/extension/compare/v6.32.0...v6.32.1) (2024-03-27) ### Bug Fixes * removes decimals from balances > $1,000 ([5db63de](https://github.com/leather-wallet/extension/commit/5db63de747f05af8f5e42bb0ba199a706e79c70f)) * send form max amount ([caae144](https://github.com/leather-wallet/extension/commit/caae144892a3d3691b41caca0f33d25f8171013a)) * wrong send stx validation msg ([926a90b](https://github.com/leather-wallet/extension/commit/926a90bac3507d0851068eaca816e0fe538e4b00)) ### Internal * post-release merge back ([541c27a](https://github.com/leather-wallet/extension/commit/541c27a30617b7f80d4a974fac3a60e2014d2cd3)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 832444462c9..06be9008b7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [6.32.1](https://github.com/leather-wallet/extension/compare/v6.32.0...v6.32.1) (2024-03-27) + + +### Bug Fixes + +* removes decimals from balances > $1,000 ([5db63de](https://github.com/leather-wallet/extension/commit/5db63de747f05af8f5e42bb0ba199a706e79c70f)) +* send form max amount ([caae144](https://github.com/leather-wallet/extension/commit/caae144892a3d3691b41caca0f33d25f8171013a)) +* wrong send stx validation msg ([926a90b](https://github.com/leather-wallet/extension/commit/926a90bac3507d0851068eaca816e0fe538e4b00)) + + +### Internal + +* post-release merge back ([541c27a](https://github.com/leather-wallet/extension/commit/541c27a30617b7f80d4a974fac3a60e2014d2cd3)) + ## [6.32.0](https://github.com/leather-wallet/extension/compare/v6.31.0...v6.32.0) (2024-03-26) diff --git a/package.json b/package.json index 10d92bfd539..e0efeb22df0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@leather-wallet/extension", "description": "Leather is a browser extension for interacting with Stacks apps", "private": true, - "version": "6.32.0", + "version": "6.32.1", "packageManager": "pnpm@8.15.4", "author": { "name": "Leather Wallet LLC"