From 6f41edab84e0d60cf168a28eae3d1df1eaa4a1af Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 28 Jun 2023 19:15:16 +0000 Subject: [PATCH] chore(release): 4.34.0 ## [4.34.0](https://github.com/hirosystems/wallet/compare/v4.33.0...v4.34.0) (2023-06-28) ### Features * ignore resize observer error ([4a3a8a5](https://github.com/hirosystems/wallet/commit/4a3a8a5e36ae4024c6ce7ac4c52ce3ca469d214f)) ### Bug Fixes * **ledger:** broken activity page ([eeb535e](https://github.com/hirosystems/wallet/commit/eeb535e9023e08590120d7249c19e734534c58a1)) * psbt network possibilities ([0021a3a](https://github.com/hirosystems/wallet/commit/0021a3a88b10599b7d700333ccb0c386d950652d)) ### Internal * add account to rpc methods ([c08b154](https://github.com/hirosystems/wallet/commit/c08b15421e86cd9f4bc50c88200e6ff1a252860f)) * add network to other rpc methods ([fa2a097](https://github.com/hirosystems/wallet/commit/fa2a09729c104d8d7a6ee1cb54797ecc28d4acdd)) --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b669715451d..e3d3ff62e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## [4.34.0](https://github.com/hirosystems/wallet/compare/v4.33.0...v4.34.0) (2023-06-28) + + +### Features + +* ignore resize observer error ([4a3a8a5](https://github.com/hirosystems/wallet/commit/4a3a8a5e36ae4024c6ce7ac4c52ce3ca469d214f)) + + +### Bug Fixes + +* **ledger:** broken activity page ([eeb535e](https://github.com/hirosystems/wallet/commit/eeb535e9023e08590120d7249c19e734534c58a1)) +* psbt network possibilities ([0021a3a](https://github.com/hirosystems/wallet/commit/0021a3a88b10599b7d700333ccb0c386d950652d)) + + +### Internal + +* add account to rpc methods ([c08b154](https://github.com/hirosystems/wallet/commit/c08b15421e86cd9f4bc50c88200e6ff1a252860f)) +* add network to other rpc methods ([fa2a097](https://github.com/hirosystems/wallet/commit/fa2a09729c104d8d7a6ee1cb54797ecc28d4acdd)) + ## [4.33.0](https://github.com/hirosystems/wallet/compare/v4.32.1...v4.33.0) (2023-06-27) diff --git a/package.json b/package.json index b324d25ace7..59260da7629 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.33.0", + "version": "4.34.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'",