Skip to content

Commit

Permalink
Merge pull request #97 from HubSpot/bump/version
Browse files Browse the repository at this point in the history
bump version to 4.1.0
  • Loading branch information
ksvirkou-hubspot authored Jul 28, 2021
2 parents 92b534a + ed7b52f commit 366a1f9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- rename method "search" => "doSearch" crm.objects.searchApi API clients
- regenerate all clients

[unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/v4.0.0...HEAD
## [4.1.0] - 2021-07-28

### Added

- communicationPreferences API client

[unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/v4.1.0...HEAD
[1.0.0-beta]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v1.0.0-beta
[1.1.0-beta]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v1.1.0-beta
[2.0.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v2.0.0
Expand All @@ -185,3 +191,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[3.4.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v3.4.0
[3.4.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v3.4.1
[4.0.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v4.0.0
[4.1.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v4.1.0
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hubspot/api-client",
"version": "4.0.0",
"version": "4.1.0",
"description": "NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files and sample apps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 366a1f9

Please sign in to comment.