From 27b7690ef693707bd7d32ba875fb496449fca6da Mon Sep 17 00:00:00 2001 From: Maayan Date: Fri, 4 Aug 2023 10:21:47 -0700 Subject: [PATCH] bump version to 1.17.0 (#9492) --- ecosystem/typescript/sdk/CHANGELOG.md | 2 ++ ecosystem/typescript/sdk/package.json | 2 +- ecosystem/typescript/sdk/src/version.ts | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ecosystem/typescript/sdk/CHANGELOG.md b/ecosystem/typescript/sdk/CHANGELOG.md index db873c01004a9..6d35032b74c7b 100644 --- a/ecosystem/typescript/sdk/CHANGELOG.md +++ b/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 ## 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 diff --git a/ecosystem/typescript/sdk/package.json b/ecosystem/typescript/sdk/package.json index 30f77cf0fd578..e004e9a7f38e9 100644 --- a/ecosystem/typescript/sdk/package.json +++ b/ecosystem/typescript/sdk/package.json @@ -86,5 +86,5 @@ "typedoc": "^0.23.20", "typescript": "4.8.2" }, - "version": "1.16.0" + "version": "1.17.0" } diff --git a/ecosystem/typescript/sdk/src/version.ts b/ecosystem/typescript/sdk/src/version.ts index d078ce8c9f920..d2ca287130198 100644 --- a/ecosystem/typescript/sdk/src/version.ts +++ b/ecosystem/typescript/sdk/src/version.ts @@ -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";