stellar-base
Advanced tools
Comparing version 9.0.0-beta.0 to 9.0.0-beta.1
@@ -6,4 +6,12 @@ # Changelog | ||
## [v9.0.0-beta.0](https://github.com/stellar/js-stellar-base/compare/v8.2.2..v9.0.0) | ||
## [v9.0.0-beta.1](https://github.com/stellar/js-stellar-base/compare/v9.0.0-beta.0..v9.0.0-beta.1) | ||
### Fix | ||
- Correct XDR type definition for raw `xdr.Operation`s ([#591](https://github.com/stellar/js-stellar-base/pull/591)). | ||
## [v9.0.0-beta.0](https://github.com/stellar/js-stellar-base/compare/v8.2.2..v9.0.0-beta.0) | ||
This version is marked by a major version bump because of the significant upgrades to underlying dependencies. While there should be no noticeable API changes from a downstream perspective, there may be breaking changes in the way that this library is bundled. | ||
@@ -10,0 +18,0 @@ |
{ | ||
"name": "stellar-base", | ||
"version": "9.0.0-beta.0", | ||
"version": "9.0.0-beta.1", | ||
"description": "Low-level support library for the Stellar network.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3130864