From c99e4af28533dee9a842c064baa76567e296164a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 25 May 2023 13:25:29 +0000 Subject: [PATCH] chore(release): 4.10.0 # [4.10.0](https://github.com/blockstack/stacks-wallet/compare/v4.9.1...v4.10.0) (2023-05-25) ### Bug Fixes * display all types of btc pox addresses ([d16a023](https://github.com/blockstack/stacks-wallet/commit/d16a023feedaab26e5036c37917fa077dbbff7f6)) ### Features * update stacks.js ([bfc60ec](https://github.com/blockstack/stacks-wallet/commit/bfc60ec7a45ae87f539c8141f5c58b6a5da472ed)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d741c7e9b..99edc9781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [4.10.0](https://github.com/blockstack/stacks-wallet/compare/v4.9.1...v4.10.0) (2023-05-25) + + +### Bug Fixes + +* display all types of btc pox addresses ([d16a023](https://github.com/blockstack/stacks-wallet/commit/d16a023feedaab26e5036c37917fa077dbbff7f6)) + + +### Features + +* update stacks.js ([bfc60ec](https://github.com/blockstack/stacks-wallet/commit/bfc60ec7a45ae87f539c8141f5c58b6a5da472ed)) + # [4.10.0-dev.1](https://github.com/blockstack/stacks-wallet/compare/v4.9.1...v4.10.0-dev.1) (2023-05-25) diff --git a/package.json b/package.json index d1bb57199..b8f1ca355 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stacks-wallet", - "version": "4.10.0-dev.1", + "version": "4.10.0", "description": "Hiro Wallet 2.0 — Stacking", "prettier": "@stacks/prettier-config", "homepage": "https://hiro.so/wallet",