We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067ddd4 commit 4b32780Copy full SHA for 4b32780
CHANGELOG.md
@@ -1,7 +1,12 @@
1
# Changelog
2
3
+
4
## Unreleased
5
6
7
+## [v6.0.4](https://github.com/stellar/js-stellar-base/compare/v6.0.3..v6.0.4)
8
9
+### Fix
10
- Allow muxed accounts when decoding transactions via `TransactionBuilder.fromXDR()` ([#470](https://github.com/stellar/js-stellar-base/pull/470)).
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "stellar-base",
- "version": "6.0.3",
+ "version": "6.0.4",
"description": "Low level stellar support library",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
0 commit comments