Skip to content

Commit

Permalink
Merge pull request #203 from HubSpot/feature/bumpversion
Browse files Browse the repository at this point in the history
bump version to 6.0.1
  • Loading branch information
ksvirkou-hubspot authored May 12, 2022
2 parents cbc7bf7 + 6e7ae73 commit d690dd1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `crm.tickets.publicObjectApi`
- add field "values" to all CRM objects `Filter`

[unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/6.0.1-beta.6...HEAD
## [6.0.1] - 2022-05-12

### Added

- ability to change base url
- ability to set default headers

### Fixed

- hubspot.apiRequest

[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
[2.0.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/2.0.1
Expand All @@ -310,3 +321,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[6.0.1-beta4]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/6.0.1-beta4
[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
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-beta.6",
"version": "6.0.1",
"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 d690dd1

Please sign in to comment.