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

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Morley Zhi committed Apr 15, 2020
1 parent 9fe355d commit 49f73c0
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
Expand Up @@ -6,6 +6,8 @@
valid JSON, and throw if not.
- [KeyManager] Correctly handle non-successful HTTP status codes when fetching
auth tokens.
- [KeyManager] fetchAuthToken now accepts another account, if you're trying to
auth another key that your KeyManager account is a signer on.
- [Transfers] Correctly handle non-successful HTTP status codes for
transfer-related fetches.
- [Transfers] Make the transactions fetcher more resilient to invalid responses
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.0.9-rc.7",
"version": "0.0.9-rc.8",
"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 49f73c0

Please sign in to comment.