diff --git a/CHANGELOG.md b/CHANGELOG.md index 5abeaccd9..97f9be9f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,10 @@ All notable changes to the Aptos TypeScript SDK will be captured in this file. This changelog is written by hand for now. It adheres to the format set out by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). # Unreleased + - [`Breaking`] Changed all instances of `arguments` to `functionArguments` to avoid the reserved keyword in `strict` mode. - Support publish move module API function +- Fix client config not being added to the request ## 0.0.0 (2023-10-18) diff --git a/src/client/get.ts b/src/client/get.ts index c4431c16e..e389145d9 100644 --- a/src/client/get.ts +++ b/src/client/get.ts @@ -61,7 +61,7 @@ export async function get(options: GetRequestOptions): Promise(options: PostRequestOptions): Promise