Skip to content

Commit a2c3c84

Browse files
authored
bump sdk version (aptos-labs#9193)
1 parent b365fa2 commit a2c3c84

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

ecosystem/typescript/sdk/CHANGELOG.md

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

55
## Unreleased
66

7+
## 1.14.0 (2023-07-20)
8+
79
- Introduce and use `@aptos-labs/aptos-client` package to manage and handle the client used in the SDK
810

911
## 1.13.3 (2023-07-19)

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.3"
88+
"version": "1.14.0"
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.3";
2+
export const VERSION = "1.14.0";

0 commit comments

Comments
 (0)