Skip to content

Commit

Permalink
Merge pull request #181 from HubSpot/feature/bumpVersion
Browse files Browse the repository at this point in the history
bump version to 6.0.1-beta4
  • Loading branch information
ksvirkou-hubspot authored Mar 29, 2022
2 parents afc57ec + c5d4908 commit acc0920
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 57 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Regenerate Codegen

## [6.0.1-beta4] - 2022-03-29

### Added

- `cms.sourceCode` API client
- `crm.objects.calls` API client
- `crm.objects.emails` API client
- `crm.objects.meetings` API client
- `crm.objects.notes` API client
- `crm.objects.tasks` API client
- `marketing.events` API client
- `settings.users` API client

### Fixed

- fixed TimelineEvents
- fixed Webhooks double appId

### Update

- rename crm.contants.gdpr.postCrmV3ObjectsContactsGdprDelete() => crm.contants.gdpr.purge()
- rename crm.objects.gdpr.postCrmV3ObjectsContactsGdprDelete() => crm.objects.gdpr.purge()

[unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/6.0.1-beta3...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 @@ -253,3 +276,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[6.0.1-beta1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/6.0.1-beta1
[6.0.1-beta2]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/6.0.1-beta2
[6.0.1-beta3]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/6.0.1-beta3
[6.0.1-beta4]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/6.0.1-beta4
112 changes: 56 additions & 56 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": "6.0.1-beta3",
"version": "6.0.1-beta4",
"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 acc0920

Please sign in to comment.