diff --git a/ecosystem/typescript/sdk/CHANGELOG.md b/ecosystem/typescript/sdk/CHANGELOG.md index 151b4ccd06435..49e53725ddd69 100644 --- a/ecosystem/typescript/sdk/CHANGELOG.md +++ b/ecosystem/typescript/sdk/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to the Aptos Node SDK will be captured in this file. This ch ## Unreleased +N/A + +## 1.4.0 (2022-11-30) + - Add missing fields to TokenData class - Add PropertyMap and PropertyValue type to match on-chain data - Support token property map deseralizer to read the property map in the original data format. diff --git a/ecosystem/typescript/sdk/package.json b/ecosystem/typescript/sdk/package.json index ada5c12ab2390..5399e3c93cd54 100644 --- a/ecosystem/typescript/sdk/package.json +++ b/ecosystem/typescript/sdk/package.json @@ -72,5 +72,5 @@ "typedoc": "^0.23.20", "typescript": "4.8.2" }, - "version": "1.3.18" + "version": "1.4.0" }