From 73456ea80bfec961718f3a660e854ff036c614b8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Dec 2021 14:30:09 +0000 Subject: [PATCH] chore(release): 4.6.1 ## [4.6.1](https://github.com/blockstack/stacks-wallet/compare/v4.6.0...v4.6.1) (2021-12-23) ### Bug Fixes * entitlement issue ([4f12660](https://github.com/blockstack/stacks-wallet/commit/4f12660e2d72a62e5e2433257de2e31a1010dbe2)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cc608814..222cec745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.6.1](https://github.com/blockstack/stacks-wallet/compare/v4.6.0...v4.6.1) (2021-12-23) + + +### Bug Fixes + +* entitlement issue ([4f12660](https://github.com/blockstack/stacks-wallet/commit/4f12660e2d72a62e5e2433257de2e31a1010dbe2)) + # [4.6.0](https://github.com/blockstack/stacks-wallet/compare/v4.5.3...v4.6.0) (2021-11-08) diff --git a/package.json b/package.json index f34d58365..a22265709 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stacks-wallet", - "version": "4.6.0", + "version": "4.6.1", "description": "Hiro Wallet 2.0 — Stacking", "prettier": "@stacks/prettier-config", "homepage": "https://hiro.so/wallet",