Skip to content

Commit 69fda93

Browse files
authored
v0.15.3 (#263)
Use an environment variable for Travis NPM deploys instead of an encrypted value.
1 parent 47daf92 commit 69fda93

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ after_deploy: './after_deploy.sh'
4040
deploy:
4141
- provider: npm
4242
43-
api_key:
44-
secure: nfaQ5hzQnn1knh5AwIqMicA18fe2NpvNDv1NpG7I600UKjFh4zUZg+resbBbyjNcpegO6TnxpnxH8TR6NR9hpuFJb4Slh7PrPaLV00Qdln2wdqp5zQktqXc0azDIy04CsI66exrpIERQWxVLfIRib3zjs/Dds2cfZPR+tHueIig=
43+
api_key: $NPM_TOKEN
4544
skip_cleanup: true
4645
on:
4746
tags: true

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
As this project is pre 1.0, breaking changes may happen for minor version bumps.
44
A breaking change will get clearly marked in this log.
55

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+
611
## [v0.15.2](https://github.com/stellar/js-stellar-sdk/compare/v0.15.1...v0.15.2)
712

813
- Fix Server.transactions and Server.payments definitions to properly return

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stellar-sdk",
3-
"version": "0.15.2",
3+
"version": "0.15.3",
44
"description": "stellar-sdk is a library for working with the Stellar Horizon server.",
55
"main": "./lib/index.js",
66
"types": "./types/index.d.ts",

0 commit comments

Comments
 (0)