Skip to content

Commit

Permalink
chore(release): 4.6.0-beta.1
Browse files Browse the repository at this point in the history
# [4.6.0-beta.1](v4.5.3...v4.6.0-beta.1) (2021-10-28)

### Bug Fixes

* lack of warning when you're using the wrong ledger device ([099b03f](099b03f))
* remove 3rd party notification from link to explorer, closes [#937](#937) ([edf6bb3](edf6bb3))
* **stacking:** fee incorrectly applied to stacking contract calls ([cf608d0](cf608d0))
* typo with SENTRY_DSN ([5ba69ed](5ba69ed))

### Features

* **sentry:** add opt-in diagnostics with sentry, closes [#899](#899) ([5670b9d](5670b9d))
  • Loading branch information
semantic-release-bot committed Oct 28, 2021
1 parent 1b2737a commit 3198e79
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [4.6.0-beta.1](https://github.com/blockstack/stacks-wallet/compare/v4.5.3...v4.6.0-beta.1) (2021-10-28)


### Bug Fixes

* lack of warning when you're using the wrong ledger device ([099b03f](https://github.com/blockstack/stacks-wallet/commit/099b03f84c7ed2f6c684a794820504f20d17a8ab))
* remove 3rd party notification from link to explorer, closes [#937](https://github.com/blockstack/stacks-wallet/issues/937) ([edf6bb3](https://github.com/blockstack/stacks-wallet/commit/edf6bb32ea42f1a4d6b7a7004fb28245f3223486))
* **stacking:** fee incorrectly applied to stacking contract calls ([cf608d0](https://github.com/blockstack/stacks-wallet/commit/cf608d0af4434e397945fcc0f91f8b751b0f0c91))
* typo with SENTRY_DSN ([5ba69ed](https://github.com/blockstack/stacks-wallet/commit/5ba69ed617f1e0bc9806ae1a54ee5ccafb2aa5ea))


### Features

* **sentry:** add opt-in diagnostics with sentry, closes [#899](https://github.com/blockstack/stacks-wallet/issues/899) ([5670b9d](https://github.com/blockstack/stacks-wallet/commit/5670b9d4e5c4fbc0fd92229b23838742b2f9617f))

## [4.5.3](https://github.com/blockstack/stacks-wallet/compare/v4.5.2...v4.5.3) (2021-09-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stacks-wallet",
"version": "4.5.3",
"version": "4.6.0-beta.1",
"description": "Hiro Wallet 2.0 — Stacking",
"prettier": "@stacks/prettier-config",
"homepage": "https://hiro.so/wallet",
Expand Down

0 comments on commit 3198e79

Please sign in to comment.