We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911db1d commit a927af2Copy full SHA for a927af2
ecosystem/typescript/sdk/CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to the Aptos Node SDK will be captured in this file. This ch
4
5
## Unreleased
6
7
+## 1.13.2 (2023-07-12)
8
+- Add support for `Option<T>` and `vector<Object<T>>` in the SDK
9
+
10
## 1.13.1 (2023-07-06)
11
12
- Fixed serialization of arguments like `u16`, `u32` and `u256`
ecosystem/typescript/sdk/package.json
@@ -85,5 +85,5 @@
85
"typedoc": "^0.23.20",
86
"typescript": "4.8.2"
87
},
88
- "version": "1.13.1"
+ "version": "1.13.2"
89
}
ecosystem/typescript/sdk/src/version.ts
@@ -1,2 +1,2 @@
1
// hardcoded for now, we would want to have it injected dynamically
2
-export const VERSION = "1.13.1";
+export const VERSION = "1.13.2";
0 commit comments