Skip to content

Commit a927af2

Browse files
authored
[ts-sdk] Update changelog for Option<T> updates (aptos-labs#9058)
1 parent 911db1d commit a927af2

File tree

4 files changed

+1645
-1640
lines changed

4 files changed

+1645
-1640
lines changed

ecosystem/typescript/sdk/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to the Aptos Node SDK will be captured in this file. This ch
44

55
## Unreleased
66

7+
## 1.13.2 (2023-07-12)
8+
- Add support for `Option<T>` and `vector<Object<T>>` in the SDK
9+
710
## 1.13.1 (2023-07-06)
811

912
- Fixed serialization of arguments like `u16`, `u32` and `u256`

ecosystem/typescript/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@
8585
"typedoc": "^0.23.20",
8686
"typescript": "4.8.2"
8787
},
88-
"version": "1.13.1"
88+
"version": "1.13.2"
8989
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// hardcoded for now, we would want to have it injected dynamically
2-
export const VERSION = "1.13.1";
2+
export const VERSION = "1.13.2";

0 commit comments

Comments
 (0)