From 42f1b6539cd65b4ae370ee61c9a93d5fd0bd8eb7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 6 May 2021 10:11:34 +0000 Subject: [PATCH] chore(release): 4.2.0 # [4.2.0](https://github.com/blockstack/stacks-wallet/compare/v4.1.3...v4.2.0) (2021-05-06) ### Bug Fixes * send stx modal not closing ([8b0dc8d](https://github.com/blockstack/stacks-wallet/commit/8b0dc8de525ce8aad9b8bf254ff939b2a787d15c)) ### Features * add modified stacking copy, part 1 ([696e215](https://github.com/blockstack/stacks-wallet/commit/696e215d2c81c74ead301892d4d0f21e6b4854ba)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf3818131..d03473133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [4.2.0](https://github.com/blockstack/stacks-wallet/compare/v4.1.3...v4.2.0) (2021-05-06) + + +### Bug Fixes + +* send stx modal not closing ([8b0dc8d](https://github.com/blockstack/stacks-wallet/commit/8b0dc8de525ce8aad9b8bf254ff939b2a787d15c)) + + +### Features + +* add modified stacking copy, part 1 ([696e215](https://github.com/blockstack/stacks-wallet/commit/696e215d2c81c74ead301892d4d0f21e6b4854ba)) + ## [4.1.3](https://github.com/blockstack/stacks-wallet/compare/v4.1.2...v4.1.3) (2021-05-04) diff --git a/package.json b/package.json index 652755eec..25d617e72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stacks-wallet", - "version": "4.1.3", + "version": "4.2.0", "description": "Stacks Wallet 2.0 — Stacking", "prettier": "@stacks/prettier-config", "homepage": "https://hiro.so/wallet",