Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
v0.2.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
morleyzhi committed Aug 13, 2020
1 parent 4c96cf6 commit 173e4b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## In master

## [v0.2.0-rc.1](https://github.com/stellar/js-stellar-wallets/compare/v0.1.0-rc.1...v0.2.0-rc.1)

- [KeyManager] Added Trezor wallet.
- [KeyManager] Only sign SEP-10 auth transactions with seq number 0.
- [KeyManager] Require the auth server's key when fetching SEP-10 tokens, and
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": "@stellar/wallet-sdk",
"version": "0.1.0-rc.12",
"version": "0.2.0-rc.1",
"description": "Libraries to help you write Stellar-enabled wallets in Javascript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 173e4b2

Please sign in to comment.