Skip to content

Commit 5bac0b6

Browse files
authored
Prepare v14.0.1 (#816)
1 parent b82822b commit 5bac0b6

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
6+
## [`v14.0.1`](https://github.com/stellar/js-stellar-base/compare/v14.0.0...v14.0.1):
7+
8+
### Fixed
9+
* Added missing `Asset.toString()` TypeScript definition ([#1218](https://github.com/stellar/js-stellar-sdk/pull/1218)).
10+
11+
512
## [`v14.0.0`](https://github.com/stellar/js-stellar-base/compare/v13.1.0...v14.0.0): Protocol 23
613

714
### Breaking Changes

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.0",
3+
"version": "14.0.1",
44
"description": "Low-level support library for the Stellar network.",
55
"main": "./lib/index.js",
66
"browser": {

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export class Asset {
7979
toChangeTrustXDRObject(): xdr.ChangeTrustAsset;
8080
toTrustLineXDRObject(): xdr.TrustLineAsset;
8181
contractId(networkPassphrase: string): string;
82+
toString(): string;
8283

8384
code: string;
8485
issuer: string;

0 commit comments

Comments
 (0)