Skip to content

Commit ea8fd00

Browse files
Merge pull request #365 from HubSpot/feature/9.0.0-beta.2
9.0.0-beta.2
2 parents 4651656 + d99088a commit ea8fd00

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+7-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.0.0-beta.1...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/9.0.0-beta.2...HEAD)
9+
10+
## [9.0.0-beta.2] - 2023-05-03
11+
12+
## Added
13+
14+
- Add ability to change http agent(`config.httpAgent`).
915

1016
## [9.0.0-beta.1] - 2023-04-28
1117

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.0.0-beta.1",
3+
"version": "9.0.0-beta.2",
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)