Skip to content

Commit e486ed6

Browse files
authored
v4.0.3 (#382)
1 parent 4455fb1 commit e486ed6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Unreleased
44

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+
513
## [v4.0.2](https://github.com/stellar/js-stellar-base/compare/v4.0.1..v4.0.2)
614

715
## Update

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": "4.0.2",
3+
"version": "4.0.3",
44
"description": "Low level stellar support library",
55
"main": "./lib/index.js",
66
"types": "./types/index.d.ts",

0 commit comments

Comments
 (0)