From 447a696ecc55df9eb845c44d42de9c534e81e999 Mon Sep 17 00:00:00 2001 From: ksvirkou-hubspot Date: Wed, 13 Dec 2023 17:51:12 +0300 Subject: [PATCH] 10.2.0 --- CHANGELOG.md | 15 ++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ee5b6b63..afae5e035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,18 @@ 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/10.1.0...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/10.2.0...HEAD) + +## [10.2.0] - 2023-12-13 + +## Added + +- `cms.pages` Api client. +- `crm.lists` Api client. +- `crm.objects.goals` Api client. +- `crm.objects.taxes` Api client. +- `events.send` Api client. +- `settings.businessUnits` Api client. ## [10.1.0] - 2023-11-23 @@ -715,3 +726,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [9.1.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/9.1.0 [9.1.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/9.1.1 [10.0.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/10.0.0 +[10.1.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/10.1.0 +[10.2.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/10.2.0 diff --git a/package-lock.json b/package-lock.json index 479686c7c..03d001fe1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hubspot/api-client", - "version": "10.1.0", + "version": "10.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hubspot/api-client", - "version": "10.1.0", + "version": "10.2.0", "license": "ISC", "dependencies": { "@types/node-fetch": "^2.5.7", diff --git a/package.json b/package.json index 5524a4b53..71750ee25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hubspot/api-client", - "version": "10.1.0", + "version": "10.2.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",