From daa6a54a4c5f96b504ad96b8dbf56d880364084c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 10 Aug 2023 10:03:46 +0000 Subject: [PATCH] chore(release): 6.3.1 ## [6.3.1](https://github.com/hirosystems/wallet/compare/v6.3.0...v6.3.1) (2023-08-10) ### Bug Fixes * filter out urls and spam words from token names, closes [#4017](https://github.com/hirosystems/wallet/issues/4017) ([dc07b46](https://github.com/hirosystems/wallet/commit/dc07b4607a0c7d4c28f1190795d70602628fd232)) * update manifest default_title to change extension tooltip text, closes [#4078](https://github.com/hirosystems/wallet/issues/4078) ([5f61753](https://github.com/hirosystems/wallet/commit/5f61753c0b36074b0f74e402627e031ff45ed132)) ### Internal * improve secret key ux ([108fdf8](https://github.com/hirosystems/wallet/commit/108fdf865e00b545f29f8fca15e7a7869a8da097)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97b96c82868..045f55a1bce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [6.3.1](https://github.com/hirosystems/wallet/compare/v6.3.0...v6.3.1) (2023-08-10) + + +### Bug Fixes + +* filter out urls and spam words from token names, closes [#4017](https://github.com/hirosystems/wallet/issues/4017) ([dc07b46](https://github.com/hirosystems/wallet/commit/dc07b4607a0c7d4c28f1190795d70602628fd232)) +* update manifest default_title to change extension tooltip text, closes [#4078](https://github.com/hirosystems/wallet/issues/4078) ([5f61753](https://github.com/hirosystems/wallet/commit/5f61753c0b36074b0f74e402627e031ff45ed132)) + + +### Internal + +* improve secret key ux ([108fdf8](https://github.com/hirosystems/wallet/commit/108fdf865e00b545f29f8fca15e7a7869a8da097)) + ## [6.3.0](https://github.com/hirosystems/wallet/compare/v6.2.1...v6.3.0) (2023-08-08) diff --git a/package.json b/package.json index b23d1cada3f..da6481ccda8 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": "6.3.0", + "version": "6.3.1", "author": "Hiro Systems PBC", "scripts": { "dev": "cross-env WALLET_ENVIRONMENT=development concurrently --raw \"node webpack/dev-server.js\" \"redux-devtools --hostname=localhost --port=8000\"",