Skip to content

Commit

Permalink
chore(release): 4.27.1
Browse files Browse the repository at this point in the history
## [4.27.1](v4.27.0...v4.27.1) (2023-05-26)

### Bug Fixes

* **brc-20:** caching without query key ([3ae4af1](3ae4af1))
* improve utxo selection ([a5a114b](a5a114b))
* same inscriptions among accounts bug ([1f04dd7](1f04dd7))

### Internal

* update readme ([1bc6198](1bc6198))
  • Loading branch information
semantic-release-bot committed May 26, 2023
1 parent 1f04dd7 commit 56c51f9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [4.27.1](https://github.com/hirosystems/wallet/compare/v4.27.0...v4.27.1) (2023-05-26)


### Bug Fixes

* **brc-20:** caching without query key ([3ae4af1](https://github.com/hirosystems/wallet/commit/3ae4af1d8b12265fcf9b23b9f6179d4351d9abbc))
* improve utxo selection ([a5a114b](https://github.com/hirosystems/wallet/commit/a5a114b253c1b6a90e6319ef14d2f4d554def4b6))
* same inscriptions among accounts bug ([1f04dd7](https://github.com/hirosystems/wallet/commit/1f04dd76b8ec086712bedc3548ce197af0de67ae))


### Internal

* update readme ([1bc6198](https://github.com/hirosystems/wallet/commit/1bc619875a8285681a82902ea980e6c5dbb6f981))

## [4.27.0](https://github.com/hirosystems/wallet/compare/v4.26.0...v4.27.0) (2023-05-25)


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.27.0",
"version": "4.27.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 56c51f9

Please sign in to comment.