diff --git a/CHANGELOG.md b/CHANGELOG.md index 7989f0360..473f21f96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`). diff --git a/package.json b/package.json index 4179c4c5a..808b64232 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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" } diff --git a/yarn.lock b/yarn.lock index d494ec2b5..426c3b5c3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"