chore(release): 6.4.0

## [6.4.0](https://github.com/hirosystems/wallet/compare/v6.3.1...v6.4.0) (2023-08-16)

### Features

* updated bitcoin contract api, modified responses, added error handling ([3a77bfc](3a77bfce5b))

### Bug Fixes

* add copy and qr options to receive modal, closes [#3307](https://github.com/hirosystems/wallet/issues/3307) ([efa14d0](efa14d094a))
* **firefox:** short session duration, closes [#4030](https://github.com/hirosystems/wallet/issues/4030) ([5a09c43](5a09c43846))
* header indentation for Stacks transaction signing [#3881](https://github.com/hirosystems/wallet/issues/3881) ([8bfcf60](8bfcf6001f))

### Internal

* add modal for BTC Stamps QR receive ([fc33210](fc33210a96))
* inscription sends, closes [#4111](https://github.com/hirosystems/wallet/issues/4111) ([b2f0690](b2f06903e6))
* refactor receive modal to share code better ([77d8704](77d8704d67))
This commit is contained in:
semantic-release-bot
2023-08-16 15:25:21 +00:00
parent 552afe0cc4
commit 2fd7680ab4
2 changed files with 22 additions and 1 deletions

View File

@@ -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.1",
"version": "6.4.0",
"author": "Hiro Systems PBC",
"scripts": {
"dev": "cross-env WALLET_ENVIRONMENT=development concurrently --raw \"node webpack/dev-server.js\" \"redux-devtools --hostname=localhost --port=8000\"",