Skip to content

Commit

Permalink
bump version to 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmaayan committed Aug 11, 2023
1 parent aaa5397 commit 52fdff2
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.18.0 (2023-08-10)

- Fix default behavior for coin client to transfer and create account by default
- Filter amount > 0 on `getTokenOwnersData`
- Include missing fields for all Indexer queries
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.17.0"
"version": "1.18.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.17.0";
export const VERSION = "1.18.0";

0 comments on commit 52fdff2

Please sign in to comment.