Skip to content

Commit

Permalink
feat: add readme img, closes #243
Browse files Browse the repository at this point in the history
chore(release): 4.0.0-beta.2 [skip ci]

* add readme img, closes [#243](#243) ([b303bc0](b303bc0))
  • Loading branch information
kyranjamie committed Jan 14, 2021
1 parent 1553038 commit 777d1c8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.0.0-beta.2](https://github.com/blockstack/stacks-wallet/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2020-12-23)


### Features

* add readme img, closes [#243](https://github.com/blockstack/stacks-wallet/issues/243) ([b303bc0](https://github.com/blockstack/stacks-wallet/commit/b303bc0737a0bb5d30816f64eb095066e9aa64fd))

# [4.0.0-beta.1](https://github.com/blockstack/stacks-wallet/compare/v3.0.0...v4.0.0-beta.1) (2020-12-22)


Expand Down
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Stacks Wallet 2.0
# Stacks Wallet

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/blockstack/stacks-wallet/Build)

![Stacks Wallet Hero](/resources/readme.png)

Implementation of the Stacks 2.0 wallet

## Getting started
Expand All @@ -15,9 +17,3 @@ yarn build
```sh
yarn dev
```

## Quality Assurance

Wallet installation files are created by CI. These builds are found as upload artifacts within the `build/release` CI job.

To test Ledger functionality, [see the documentation written by Zondax on their repo](https://github.com/Zondax/ledger-blockstack/).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stacks-wallet",
"productName": "Stacks Wallet",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"description": "Stacks Wallet 2.0 — Stacking",
"prettier": "@blockstack/prettier-config",
"author": {
Expand Down
Binary file added resources/readme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 777d1c8

Please sign in to comment.