Skip to content

Commit bd5a8a0

Browse files
Merge pull request #397 from HubSpot/feature/9.1.1
9.1.1
2 parents b5373b1 + e2b842f commit bd5a8a0

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ 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/9.1.0...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/9.1.1...HEAD)
9+
10+
## [9.1.1] - 2023-08-16
11+
12+
## Fixed
13+
14+
- Nullable `properties` in `SimplePublicObject` and `SimplePublicObjectWithAssociations` (all crm object's clients).
915

1016
## [9.1.0] - 2023-07-27
1117

@@ -664,3 +670,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
664670
[9.0.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/9.0.0
665671
[9.0.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/9.0.1
666672
[9.1.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/9.1.0
673+
[9.1.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/9.1.1

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": "9.1.0",
3+
"version": "9.1.1",
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)