Skip to content

Commit

Permalink
chore(release): 4.29.1
Browse files Browse the repository at this point in the history
## [4.29.1](v4.29.0...v4.29.1) (2023-06-13)

### Bug Fixes

* early return if stamps query returns undefined ([9378be5](9378be5))
  • Loading branch information
semantic-release-bot committed Jun 13, 2023
1 parent 2017a74 commit 398a7a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.29.1](https://github.com/hirosystems/wallet/compare/v4.29.0...v4.29.1) (2023-06-13)


### Bug Fixes

* early return if stamps query returns undefined ([9378be5](https://github.com/hirosystems/wallet/commit/9378be575b69953329fa67164bfabc37c21357c2))

## [4.29.0](https://github.com/hirosystems/wallet/compare/v4.28.1...v4.29.0) (2023-06-07)


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.29.0",
"version": "4.29.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 398a7a9

Please sign in to comment.