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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Morley Zhi committed Apr 27, 2020
1 parent 279e380 commit e26c9be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- When parsing API responses, take extra care making sure that the responses are
valid JSON, and throw if not.
- [DataProvider] Add memo information to payments.
- [KeyManager] Correctly handle non-successful HTTP status codes when fetching
auth tokens.
- [KeyManager] fetchAuthToken now accepts another account, if you're trying to
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.8",
"version": "0.0.9-rc.9",
"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 e26c9be

Please sign in to comment.