File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,7 @@ after_deploy: './after_deploy.sh'
40
40
deploy :
41
41
- provider : npm
42
42
43
- api_key :
44
- secure : nfaQ5hzQnn1knh5AwIqMicA18fe2NpvNDv1NpG7I600UKjFh4zUZg+resbBbyjNcpegO6TnxpnxH8TR6NR9hpuFJb4Slh7PrPaLV00Qdln2wdqp5zQktqXc0azDIy04CsI66exrpIERQWxVLfIRib3zjs/Dds2cfZPR+tHueIig=
43
+ api_key : $NPM_TOKEN
45
44
skip_cleanup : true
46
45
on :
47
46
tags : true
Original file line number Diff line number Diff line change 3
3
As this project is pre 1.0, breaking changes may happen for minor version bumps.
4
4
A breaking change will get clearly marked in this log.
5
5
6
+ ## [ v0.15.3] ( https://github.com/stellar/js-stellar-sdk/compare/v0.15.2...v0.15.3 )
7
+
8
+ - In .travis.yml, try to switch from the encrypted API key to an environment
9
+ var.
10
+
6
11
## [ v0.15.2] ( https://github.com/stellar/js-stellar-sdk/compare/v0.15.1...v0.15.2 )
7
12
8
13
- Fix Server.transactions and Server.payments definitions to properly return
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stellar-sdk" ,
3
- "version" : " 0.15.2 " ,
3
+ "version" : " 0.15.3 " ,
4
4
"description" : " stellar-sdk is a library for working with the Stellar Horizon server." ,
5
5
"main" : " ./lib/index.js" ,
6
6
"types" : " ./types/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments