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

Commit

Permalink
use current stellar sdk (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
piyalbasu authored Sep 19, 2023
1 parent e710955 commit 41e66c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## In master

## [v0.10.0](https://github.com/stellar/js-stellar-wallets/compare/v0.9.1...v0.10.0)

- Add support for Protocol 20 (Experimental - use at your own risk)

## [v0.9.1](https://github.com/stellar/js-stellar-wallets/compare/v0.9.0...v0.9.1)

- Add support for client domain when fetching an auth token.
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.9.1",
"version": "0.10.0",
"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 41e66c6

Please sign in to comment.