Skip to content

Commit

Permalink
chore(release): 4.24.1
Browse files Browse the repository at this point in the history
## [4.24.1](v4.24.0...v4.24.1) (2023-05-12)

### Bug Fixes

* delete networks bug in firefox, closes [#3608](#3608) ([0d44d13](0d44d13))

### Internal

* add query headers ([37e1cbf](37e1cbf))
* brc-20 token balance query ([1c41703](1c41703))
  • Loading branch information
semantic-release-bot committed May 12, 2023
1 parent 37e1cbf commit 2457492
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [4.24.1](https://github.com/hirosystems/wallet/compare/v4.24.0...v4.24.1) (2023-05-12)


### Bug Fixes

* delete networks bug in firefox, closes [#3608](https://github.com/hirosystems/wallet/issues/3608) ([0d44d13](https://github.com/hirosystems/wallet/commit/0d44d1363806c25461d5c995ecf38dc9ff3f834d))


### Internal

* add query headers ([37e1cbf](https://github.com/hirosystems/wallet/commit/37e1cbf6adbcaba893ba94e77caf22080d55ac66))
* brc-20 token balance query ([1c41703](https://github.com/hirosystems/wallet/commit/1c4170328ca8ae2f9514e2d68b0179e577df3d05))

## [4.24.0](https://github.com/hirosystems/wallet/compare/v4.23.0...v4.24.0) (2023-05-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@stacks/wallet-web",
"description": "The Hiro Wallet is browser extension for interacting with Stacks apps",
"private": true,
"version": "4.24.0",
"version": "4.24.1",
"author": "Hiro Systems PBC",
"scripts": {
"dev": "cross-env NODE_ENV=development concurrently --raw 'node webpack/dev-server.js' 'redux-devtools --hostname=localhost --port=8000'",
Expand Down

0 comments on commit 2457492

Please sign in to comment.