From d1c621f11e36572f5e53b9f409701269a8da69ce Mon Sep 17 00:00:00 2001 From: ksvirkou-hubspot Date: Tue, 23 Sep 2025 09:51:40 +0300 Subject: [PATCH] Bump version to 13.4.0 --- CHANGELOG.md | 13 +++++++++---- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5720ee61e..bee8eed0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/13.3.0...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/13.4.0...HEAD) -## [13.4.0] - 2025-09-22 +## [13.4.0] - 2025-09-23 ## Updates -- Added `isGetLocalizedSchema` after `archived` parameters to `cms.hubdb.tablesApi.getAllDraftTables()` and `cms.hubdb.tablesApi.getAllTables()`. +- Added `isGetLocalizedSchema` parameter after `archived` to `cms.hubdb.tablesApi.getAllDraftTables()` and `cms.hubdb.tablesApi.getAllTables()`. - Added new method `cms.hubdb.tablesApi.removeTableVersion()` -- Added property `maxNumberOfCharacters` and `maxNumberOfOptions` to `cms/hubdb/models/FileUpdateInput`. +- Added properties `maxNumberOfCharacters` and `maxNumberOfOptions` to `cms/hubdb/models/FileUpdateInput`. - Added `discriminator` and `mapping` to `cms/hubdb/models/UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3`. +- Added new methods `cancelConversion()`, `getConversionDetails()` and `scheduleOrUpdateConversion()` to `crm.lists.listsApi`. +- Added properties `membershipSettings` and `listPermissions` to `crm/lists/models/ListCreateRequest` and `crm/lists/models/PublicObjectList`. +Added `discriminator` and `mapping` to `crm/lists/models/PublicPropertyAssociationFilterBranchFilterBranchesInner`, `crm/lists/models/PublicPropertyAssociationFilterBranchFiltersInner`, `crm/lists/models/PublicSurveyMonkeyValueFilterValueComparison` and `crm/lists/models/PublicTimePointOperationTimePoint`. +- Added property `isPublicList` to `crm/lists/models/RecordListMembership` ## [13.3.0] - 2025-09-18 @@ -1145,3 +1149,4 @@ export enum Enum { [13.1.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/13.1.0 [13.2.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/13.2.0 [13.3.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/13.3.0 +[13.4.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/13.4.0 diff --git a/package-lock.json b/package-lock.json index 7ee7f44a5..3069b32b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hubspot/api-client", - "version": "13.3.0", + "version": "13.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hubspot/api-client", - "version": "13.3.0", + "version": "13.4.0", "license": "ISC", "dependencies": { "@types/node": "*", diff --git a/package.json b/package.json index 0a2d6e9ab..7c5bc232a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hubspot/api-client", - "version": "13.3.0", + "version": "13.4.0", "description": "NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files", "main": "lib/index.js", "types": "lib/index.d.ts",