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 4455fb1 commit e486ed6Copy full SHA for e486ed6
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
## Unreleased
4
5
+## [v4.0.3](https://github.com/stellar/js-stellar-base/compare/v4.0.2..v4.0.3)
6
+
7
+## Update
8
9
+- Update TS definitions for XDRs ([#381](https://github.com/stellar/js-stellar-base/pull/381))
10
+- Fix typing for ManageData.value ([#379](https://github.com/stellar/js-stellar-base/pull/379))
11
12
13
## [v4.0.2](https://github.com/stellar/js-stellar-base/compare/v4.0.1..v4.0.2)
14
15
## Update
package.json
@@ -1,6 +1,6 @@
1
{
"name": "stellar-base",
- "version": "4.0.2",
+ "version": "4.0.3",
"description": "Low level stellar support library",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
0 commit comments