diff --git a/CHANGELOG.md b/CHANGELOG.md index 416ec264c..e7883da91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ 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.2.0...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/13.3.0...HEAD) + +## [13.3.0] - 2025-09-18 + +## Updates + +- Added `discriminator` and `mapping` to `/automation/actions/models/PublicActionDefinitionInputFieldDependenciesInner`. ## [13.2.0] - 2025-09-01 @@ -1129,3 +1135,4 @@ export enum Enum { [13.0.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/13.0.1 [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 diff --git a/package-lock.json b/package-lock.json index 469cebc0a..7ee7f44a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hubspot/api-client", - "version": "13.2.0", + "version": "13.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hubspot/api-client", - "version": "13.2.0", + "version": "13.3.0", "license": "ISC", "dependencies": { "@types/node": "*", diff --git a/package.json b/package.json index 58c9e8abd..0a2d6e9ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hubspot/api-client", - "version": "13.2.0", + "version": "13.3.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",