Skip to content

Commit 4b32780

Browse files
authored
Release v6.0.4 (#476)
1 parent 067ddd4 commit 4b32780

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog
22

3+
34
## Unreleased
45

6+
7+
## [v6.0.4](https://github.com/stellar/js-stellar-base/compare/v6.0.3..v6.0.4)
8+
9+
### Fix
510
- Allow muxed accounts when decoding transactions via `TransactionBuilder.fromXDR()` ([#470](https://github.com/stellar/js-stellar-base/pull/470)).
611

712

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stellar-base",
3-
"version": "6.0.3",
3+
"version": "6.0.4",
44
"description": "Low level stellar support library",
55
"main": "./lib/index.js",
66
"types": "./types/index.d.ts",

0 commit comments

Comments
 (0)