From 1e9db4097067a2b1d569d398aa905f3e83f82a3d Mon Sep 17 00:00:00 2001 From: ksvirkou-hubspot Date: Thu, 19 Mar 2026 12:36:45 +0300 Subject: [PATCH] 13.5.0 --- CHANGELOG.md | 9 +++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9686a8ac77..bd26ec0d93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ 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.4.0...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/13.5.0...HEAD) + +## [13.5.0] - 2026-03-19 + +- Update `@types/node-fetch`. ## [13.4.0] - 2025-09-23 @@ -1076,7 +1080,7 @@ export enum Enum { 25. getSubscriptions => getAll (webhooks.subscriptionsApi) 26. updateSubscription => update (webhooks.subscriptionsApi) -[Unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/13.2.0...HEAD +[Unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/13.5.0...HEAD [1.0.0-beta]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v1.0.0-beta [1.1.0-beta]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v1.1.0-beta [2.0.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/2.0.1 @@ -1151,3 +1155,4 @@ export enum Enum { [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 +[13.5.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/13.5.0 diff --git a/package-lock.json b/package-lock.json index b135d725d2..7f98906e95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hubspot/api-client", - "version": "13.4.0", + "version": "13.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hubspot/api-client", - "version": "13.4.0", + "version": "13.5.0", "license": "ISC", "dependencies": { "@types/node": "*", diff --git a/package.json b/package.json index 082bfe63ad..6127f4ef36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hubspot/api-client", - "version": "13.4.0", + "version": "13.5.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",