File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
A breaking change will get clearly marked in this log.
4
4
5
+ ## [ v2.2.2] ( https://github.com/stellar/js-stellar-sdk/compare/v2.2.1...v2.2.2 )
6
+
7
+ ### Fix
8
+
9
+ - Fix manage data value in SEP0010 challenge builder. ([ #396 ] ( https://github.com/stellar/js-stellar-sdk/issues/396 ) )
10
+
11
+ ### Add
12
+
13
+ - Add support for networkPassphrase in SEP0010 challenge builder. ([ #397 ] ( https://github.com/stellar/js-stellar-sdk/issues/397 ) )
14
+
5
15
## [ v2.2.1] ( https://github.com/stellar/js-stellar-sdk/compare/v2.2.0...v2.2.1 )
6
16
7
17
### Fix
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stellar-sdk" ,
3
- "version" : " 2.2.1 " ,
3
+ "version" : " 2.2.2 " ,
4
4
"description" : " stellar-sdk is a library for working with the Stellar Horizon server." ,
5
5
"main" : " ./lib/index.js" ,
6
6
"types" : " ./lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments