Skip to content

Commit 6e33fac

Browse files
Merge pull request #430 from HubSpot/feature/10.2.0
10.2.0
2 parents 72135de + 447a696 commit 6e33fac

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@ 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/10.1.0...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/10.2.0...HEAD)
9+
10+
## [10.2.0] - 2023-12-13
11+
12+
## Added
13+
14+
- `cms.pages` Api client.
15+
- `crm.lists` Api client.
16+
- `crm.objects.goals` Api client.
17+
- `crm.objects.taxes` Api client.
18+
- `events.send` Api client.
19+
- `settings.businessUnits` Api client.
920

1021
## [10.1.0] - 2023-11-23
1122

@@ -715,3 +726,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
715726
[9.1.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/9.1.0
716727
[9.1.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/9.1.1
717728
[10.0.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/10.0.0
729+
[10.1.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/10.1.0
730+
[10.2.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/10.2.0

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubspot/api-client",
3-
"version": "10.1.0",
3+
"version": "10.2.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)