Skip to content

Commit

Permalink
Merge pull request #48 from HubSpot/feature/bumpVersion
Browse files Browse the repository at this point in the history
bump version 3.3.0
  • Loading branch information
ksvirkou-hubspot authored Feb 10, 2021
2 parents f6572aa + 0813125 commit 6de1aae
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- fixed npm build

[unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/v3.2.6...HEAD
## [3.3.0] - 2021-02-10

### Added

- crm.extensions.accounting API client
- crm.extensions.calling API client
- crm.extensions.videoconferencing API client
- crm.objects.feedbackSubmissions API client
- marketing.transactional API client

[unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/v3.3.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 @@ -151,3 +161,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[3.2.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v3.2.0
[3.2.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v3.2.1
[3.2.6]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v3.2.6
[3.3.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v3.3.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": "3.2.6",
"version": "3.3.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 6de1aae

Please sign in to comment.