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 b365fa2 commit a2c3c84Copy full SHA for a2c3c84
ecosystem/typescript/sdk/CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to the Aptos Node SDK will be captured in this file. This ch
4
5
## Unreleased
6
7
+## 1.14.0 (2023-07-20)
8
+
9
- Introduce and use `@aptos-labs/aptos-client` package to manage and handle the client used in the SDK
10
11
## 1.13.3 (2023-07-19)
ecosystem/typescript/sdk/package.json
@@ -85,5 +85,5 @@
85
"typedoc": "^0.23.20",
86
"typescript": "4.8.2"
87
},
88
- "version": "1.13.3"
+ "version": "1.14.0"
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.3";
+export const VERSION = "1.14.0";
0 commit comments