Skip to content

Commit d1c621f

Browse files
Bump version to 13.4.0
1 parent 63b0228 commit d1c621f

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/13.3.0...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/13.4.0...HEAD)
99

10-
## [13.4.0] - 2025-09-22
10+
## [13.4.0] - 2025-09-23
1111

1212
## Updates
1313

14-
- Added `isGetLocalizedSchema` after `archived` parameters to `cms.hubdb.tablesApi.getAllDraftTables()` and `cms.hubdb.tablesApi.getAllTables()`.
14+
- Added `isGetLocalizedSchema` parameter after `archived` to `cms.hubdb.tablesApi.getAllDraftTables()` and `cms.hubdb.tablesApi.getAllTables()`.
1515
- Added new method `cms.hubdb.tablesApi.removeTableVersion()`
16-
- Added property `maxNumberOfCharacters` and `maxNumberOfOptions` to `cms/hubdb/models/FileUpdateInput`.
16+
- Added properties `maxNumberOfCharacters` and `maxNumberOfOptions` to `cms/hubdb/models/FileUpdateInput`.
1717
- Added `discriminator` and `mapping` to `cms/hubdb/models/UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3`.
18+
- Added new methods `cancelConversion()`, `getConversionDetails()` and `scheduleOrUpdateConversion()` to `crm.lists.listsApi`.
19+
- Added properties `membershipSettings` and `listPermissions` to `crm/lists/models/ListCreateRequest` and `crm/lists/models/PublicObjectList`.
20+
Added `discriminator` and `mapping` to `crm/lists/models/PublicPropertyAssociationFilterBranchFilterBranchesInner`, `crm/lists/models/PublicPropertyAssociationFilterBranchFiltersInner`, `crm/lists/models/PublicSurveyMonkeyValueFilterValueComparison` and `crm/lists/models/PublicTimePointOperationTimePoint`.
21+
- Added property `isPublicList` to `crm/lists/models/RecordListMembership`
1822

1923
## [13.3.0] - 2025-09-18
2024

@@ -1145,3 +1149,4 @@ export enum Enum {
11451149
[13.1.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/13.1.0
11461150
[13.2.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/13.2.0
11471151
[13.3.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/13.3.0
1152+
[13.4.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/13.4.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubspot/api-client",
3-
"version": "13.3.0",
3+
"version": "13.4.0",
44
"description": "NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)