Skip to content

Commit 5b9bee3

Browse files
Merge pull request #367 from HubSpot/feature/bumpVersion7.2.0
7.2.0
2 parents 70fda1e + e38bb95 commit 5b9bee3

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/7.1.2...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/7.2.0...HEAD)
9+
10+
## [7.2.0] - 2023-05-04
11+
12+
## Added
13+
14+
- Add ability to change http agent.
915

1016
## [7.1.2] - 2022-07-22
1117

@@ -368,3 +374,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
368374
[7.1.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/7.1.0
369375
[7.1.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/7.1.1
370376
[7.1.2]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/7.1.2
377+
[7.2.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/7.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": "7.1.2",
3+
"version": "7.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)