Skip to content

Commit

Permalink
bump version to 1.17.0 (#9492)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmaayan authored Aug 4, 2023
1 parent 479ff4e commit 27b7690
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ecosystem/typescript/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to the Aptos Node SDK will be captured in this file. This ch

## Unreleased

## 1.17.0 (2023-08-04)

- Add support for a fee payer transaction
- Return transaction message error when transaction has failed when `checkSuccess` is set to true

Expand Down
2 changes: 1 addition & 1 deletion ecosystem/typescript/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@
"typedoc": "^0.23.20",
"typescript": "4.8.2"
},
"version": "1.16.0"
"version": "1.17.0"
}
2 changes: 1 addition & 1 deletion ecosystem/typescript/sdk/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// hardcoded for now, we would want to have it injected dynamically
export const VERSION = "1.16.0";
export const VERSION = "1.17.0";

0 comments on commit 27b7690

Please sign in to comment.