Skip to content

Commit

Permalink
Merge pull request #214 from HubSpot/feature/7.0.0
Browse files Browse the repository at this point in the history
bump version to 7.0.0
  • Loading branch information
ksvirkou-hubspot authored Jun 7, 2022
2 parents 889ee7f + cea9f6c commit 32e157e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- hubspot.apiRequest

## [7.0.0] - 2022-06-07

### Added

- crm()->quotes()->publicObjectApi()
- crm()->feedbackSubmissions()->publicObjectApi()
- added idProperty to update and getById methods of crm()->contacts()->basicApi()
- support text/html response

### Updated

- dependenccies (typescript to 4.7.3 and ts-node to 10.8.1)

[unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/6.0.1...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
Expand All @@ -322,3 +335,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[6.0.1-beta5]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/6.0.1-beta5
[6.0.1-beta.6]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/6.0.1-beta.6
[6.0.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/6.0.1
[7.0.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/7.0.0
2 changes: 1 addition & 1 deletion 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": "6.0.1",
"version": "7.0.0",
"description": "NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 32e157e

Please sign in to comment.