We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d684902 commit d92e0adCopy full SHA for d92e0ad
CHANGELOG.md
@@ -4,6 +4,10 @@ A breaking change will get clearly marked in this log.
4
5
## Unreleased
6
7
+## [v5.0.2](https://github.com/stellar/js-stellar-sdk/compare/v5.0.1...v5.0.2)
8
+
9
+### Update
10
11
- Allow submitTransaction to receive a FeeBumpTransaction ([#548](https://github.com/stellar/js-stellar-sdk/pull/548)).
12
13
## [v5.0.1](https://github.com/stellar/js-stellar-sdk/compare/v5.0.0...v5.0.1)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "stellar-sdk",
3
- "version": "5.0.1",
+ "version": "5.0.2",
"description": "stellar-sdk is a library for working with the Stellar Horizon server.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
0 commit comments