Skip to content

Commit

Permalink
0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekn committed Aug 16, 2018
1 parent 1295e92 commit b393704
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

As this project is pre 1.0, breaking changes may happen for minor version bumps. A breaking change will get clearly notified in this log.

## 0.10.3

* Update `stellar-base` and xdr files.

## 0.10.2

* Update `stellar-base` (and `js-xdr`).
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stellar-sdk",
"version": "0.10.2",
"version": "0.10.3",
"description": "stellar-sdk is a library for working with the Stellar Horizon server.",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -84,7 +84,7 @@
"event-source-polyfill": "0.0.12",
"eventsource": "^1.0.5",
"lodash": "^4.17.10",
"stellar-base": "^0.8.2",
"stellar-base": "^0.8.3",
"toml": "^2.3.0",
"urijs": "1.19.1"
}
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4998,9 +4998,9 @@ statuses@~1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.4.0.tgz#bb73d446da2796106efcc1b601a253d6c46bd087"

stellar-base@^0.8.2:
version "0.8.2"
resolved "https://registry.yarnpkg.com/stellar-base/-/stellar-base-0.8.2.tgz#c623413ec3407e0354de4d2300506bc46b1f2656"
stellar-base@^0.8.3:
version "0.8.3"
resolved "https://registry.yarnpkg.com/stellar-base/-/stellar-base-0.8.3.tgz#0403a538fdb5e7e247bb23e64eeabfa754323f72"
dependencies:
base32.js "~0.1.0"
bignumber.js "^4.0.0"
Expand Down

0 comments on commit b393704

Please sign in to comment.