@stellar/stellar-base 14.0.2 → 14.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+
6
+ ## [`v14.0.4`](https://github.com/stellar/js-stellar-base/compare/v14.0.3...v14.0.4):
7
+
8
+ ### Fixed
9
+ * Fixes a bug in `Address` which prevented it from decoding claimable balances ([#825](https://github.com/stellar/js-stellar-base/pull/825)).
10
+ * 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)).
11
+
12
+
13
+ ## [`v14.0.3`](https://github.com/stellar/js-stellar-base/compare/v14.0.2...v14.0.3):
14
+
15
+ ### Fixed
16
+
17
+ - Add conversions for timepoint and duration scval types ([#819](https://github.com/stellar/js-stellar-base/pull/819))
18
+
5
19
  ## [`v14.0.2`](https://github.com/stellar/js-stellar-base/compare/v14.0.1...v14.0.2):
6
20
 
7
21
  ### Fixed