Skip to content

Commit 43be796

Browse files
committed
Bump version and changelog
1 parent b9b1bad commit 43be796

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## Unreleased
44

5+
6+
## [`v14.0.4`](https://github.com/stellar/js-stellar-base/compare/v14.0.3...v14.0.4):
7+
58
### Fixed
9+
* Fixes a bug in `Address` which prevented it from decoding claimable balances ([#825](https://github.com/stellar/js-stellar-base/pull/825)).
610
* Fixes a bug in `Soroban.formatTokenAmount` that would cause a lack of leading or trailing zeroes at the decimal point in some cases ([#821](https://github.com/stellar/js-stellar-base/pull/821), [#823](https://github.com/stellar/js-stellar-base/pull/823)).
711

812

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stellar/stellar-base",
3-
"version": "14.0.3",
3+
"version": "14.0.4",
44
"description": "Low-level support library for the Stellar network.",
55
"main": "./lib/index.js",
66
"browser": {

0 commit comments

Comments
 (0)