Skip to content

Commit

Permalink
chore(release): 4.4.0
Browse files Browse the repository at this point in the history
# [4.4.0](v4.3.1...v4.4.0) (2021-07-14)

### Bug Fixes

* **home:** only show 'tx_status' pending mempool txs, closes [#867](#867) ([b65a2c0](b65a2c0))
* **home:** use cached txs as fallback when endpoint fails ([46e7711](46e7711))
* round stacking percentage, closes [#837](#837) ([1e82dcd](1e82dcd))
* use earliest stacks app version check ([4bd329e](4bd329e))
* **ledger:** support Stacks app 0.13.0 ([e4df8d9](e4df8d9))
* **ledger:** upgrade ledger package ([281e176](281e176))

### Features

* **home:** add illustration, closes [#724](#724) ([f23f31b](f23f31b))
  • Loading branch information
semantic-release-bot committed Jul 14, 2021
1 parent b65a2c0 commit acee253
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [4.4.0](https://github.com/blockstack/stacks-wallet/compare/v4.3.1...v4.4.0) (2021-07-14)


### Bug Fixes

* **home:** only show 'tx_status' pending mempool txs, closes [#867](https://github.com/blockstack/stacks-wallet/issues/867) ([b65a2c0](https://github.com/blockstack/stacks-wallet/commit/b65a2c00a6d9dfa5fcb3a0bbdc74146d3ff9f69f))
* **home:** use cached txs as fallback when endpoint fails ([46e7711](https://github.com/blockstack/stacks-wallet/commit/46e771107b29e52cf1eedd3dbd248044953940b3))
* round stacking percentage, closes [#837](https://github.com/blockstack/stacks-wallet/issues/837) ([1e82dcd](https://github.com/blockstack/stacks-wallet/commit/1e82dcda7b2538403662bf4420c0b758a4ba61d5))
* use earliest stacks app version check ([4bd329e](https://github.com/blockstack/stacks-wallet/commit/4bd329e88cb4f6c0dc1998b601a144c3a360ddaf))
* **ledger:** support Stacks app 0.13.0 ([e4df8d9](https://github.com/blockstack/stacks-wallet/commit/e4df8d93f232216ed237ec07fa5d7b0415289bc5))
* **ledger:** upgrade ledger package ([281e176](https://github.com/blockstack/stacks-wallet/commit/281e176290cabb7c2bb96a4e23cc33e08b9b4e55))


### Features

* **home:** add illustration, closes [#724](https://github.com/blockstack/stacks-wallet/issues/724) ([f23f31b](https://github.com/blockstack/stacks-wallet/commit/f23f31b289f2ebba095730d84f99580ba3d97270))

## [4.3.1](https://github.com/blockstack/stacks-wallet/compare/v4.3.0...v4.3.1) (2021-06-24)


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

1 comment on commit acee253

@jenkijo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi
Why we not build version for Apple Silicon? everything work fine now

Please sign in to comment.