From d595408ceb8f341fb6106ab8a0e3613c7420e6b8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 May 2023 07:52:13 +0000 Subject: [PATCH] chore(release): 4.23.0 ## [4.23.0](https://github.com/hirosystems/wallet/compare/v4.22.0...v4.23.0) (2023-05-11) ### Features * bip322, closes [#3386](https://github.com/hirosystems/wallet/issues/3386) ([ad8ed1b](https://github.com/hirosystems/wallet/commit/ad8ed1b2075206d5f999a88fe49a6e5ba5d4515e)) ### Bug Fixes * send-zero-error-msg, closes [#3662](https://github.com/hirosystems/wallet/issues/3662) ([400cc51](https://github.com/hirosystems/wallet/commit/400cc51cf37d8a29406e76e20985d3a5c9d188f1)) * upgrade noble packages, and others ([38749a4](https://github.com/hirosystems/wallet/commit/38749a4775db6dac3d8692d0084a72f2a84efe51)) ### Internal * **bip322:** create factory fn to reduce repitition ([c13ae58](https://github.com/hirosystems/wallet/commit/c13ae584a42d3e38967fc30db7de4e9d6bd06c99)) * remove symbol from error msgs ([e873225](https://github.com/hirosystems/wallet/commit/e873225f2d6eef6736e119ee56fd8002ffcbafb8)) * **routing:** upgrade to v6.4 Data APIs, closes [#3663](https://github.com/hirosystems/wallet/issues/3663) ([739b44d](https://github.com/hirosystems/wallet/commit/739b44d3f590c24acef56eae07a3a92596c739af)) --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a88e18440ca..35599c27218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## [4.23.0](https://github.com/hirosystems/wallet/compare/v4.22.0...v4.23.0) (2023-05-11) + + +### Features + +* bip322, closes [#3386](https://github.com/hirosystems/wallet/issues/3386) ([ad8ed1b](https://github.com/hirosystems/wallet/commit/ad8ed1b2075206d5f999a88fe49a6e5ba5d4515e)) + + +### Bug Fixes + +* send-zero-error-msg, closes [#3662](https://github.com/hirosystems/wallet/issues/3662) ([400cc51](https://github.com/hirosystems/wallet/commit/400cc51cf37d8a29406e76e20985d3a5c9d188f1)) +* upgrade noble packages, and others ([38749a4](https://github.com/hirosystems/wallet/commit/38749a4775db6dac3d8692d0084a72f2a84efe51)) + + +### Internal + +* **bip322:** create factory fn to reduce repitition ([c13ae58](https://github.com/hirosystems/wallet/commit/c13ae584a42d3e38967fc30db7de4e9d6bd06c99)) +* remove symbol from error msgs ([e873225](https://github.com/hirosystems/wallet/commit/e873225f2d6eef6736e119ee56fd8002ffcbafb8)) +* **routing:** upgrade to v6.4 Data APIs, closes [#3663](https://github.com/hirosystems/wallet/issues/3663) ([739b44d](https://github.com/hirosystems/wallet/commit/739b44d3f590c24acef56eae07a3a92596c739af)) + ## [4.22.0](https://github.com/hirosystems/wallet/compare/v4.21.1...v4.22.0) (2023-05-08) diff --git a/package.json b/package.json index c732ad56680..98badddf1e0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@stacks/wallet-web", "description": "The Hiro Wallet is browser extension for interacting with Stacks apps", "private": true, - "version": "4.22.0", + "version": "4.23.0", "author": "Hiro Systems PBC", "scripts": { "dev": "cross-env NODE_ENV=development concurrently --raw 'node webpack/dev-server.js' 'redux-devtools --hostname=localhost --port=8000'",