Skip to content

Commit

Permalink
chore(release): 4.1.2
Browse files Browse the repository at this point in the history
## [4.1.2](v4.1.1...v4.1.2) (2021-04-05)

### Bug Fixes

* available balance calculation ([ef1acf6](ef1acf6))
* prohibit revocation when 0 STX balance, closes [#649](#649) ([ed2984f](ed2984f))
* remove pending tx balance, closes [#591](#591), [#657](#657) ([723f7cd](723f7cd))
* **stacking:** show dead delegation error, closes [#691](#691) ([4374119](4374119))
* remove pending tx balance, closes [#591](#591), [#657](#657) ([fd72c0b](fd72c0b))
  • Loading branch information
semantic-release-bot committed Apr 5, 2021
1 parent ef1acf6 commit 05e053a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [4.1.2](https://github.com/blockstack/stacks-wallet/compare/v4.1.1...v4.1.2) (2021-04-05)


### Bug Fixes

* available balance calculation ([ef1acf6](https://github.com/blockstack/stacks-wallet/commit/ef1acf605328de2763ae2e098bd14e4e24295e80))
* prohibit revocation when 0 STX balance, closes [#649](https://github.com/blockstack/stacks-wallet/issues/649) ([ed2984f](https://github.com/blockstack/stacks-wallet/commit/ed2984f587568a2b33c75db6b94d402abaa2636c))
* remove pending tx balance, closes [#591](https://github.com/blockstack/stacks-wallet/issues/591), [#657](https://github.com/blockstack/stacks-wallet/issues/657) ([723f7cd](https://github.com/blockstack/stacks-wallet/commit/723f7cd37aa9265425a404354606ae6c7cd85d67))
* **stacking:** show dead delegation error, closes [#691](https://github.com/blockstack/stacks-wallet/issues/691) ([4374119](https://github.com/blockstack/stacks-wallet/commit/4374119bc4ba7741008ecf4d7adedf7cb72a1bd5))
* remove pending tx balance, closes [#591](https://github.com/blockstack/stacks-wallet/issues/591), [#657](https://github.com/blockstack/stacks-wallet/issues/657) ([fd72c0b](https://github.com/blockstack/stacks-wallet/commit/fd72c0ba734a8e9cd001e4cab09d31cb2556f7cf))

## [4.1.1](https://github.com/blockstack/stacks-wallet/compare/v4.1.0...v4.1.1) (2021-03-16)


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.1.1",
"version": "4.1.2",
"description": "Stacks Wallet 2.0 — Stacking",
"prettier": "@stacks/prettier-config",
"homepage": "https://hiro.so/wallet",
Expand Down

0 comments on commit 05e053a

Please sign in to comment.