Skip to content

Commit

Permalink
Merge pull request #57 from HubSpot/bumpVersion3.4.0
Browse files Browse the repository at this point in the history
bump to 3.4.0
  • Loading branch information
ksvirkou-hubspot authored Feb 16, 2021
2 parents 3d95239 + ad9ac87 commit 134fc88
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- crm.objects.feedbackSubmissions API client
- marketing.transactional API client

[unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/v3.3.0...HEAD
## [3.4.0] - 2021-02-16

### Added

- conversations.visitorIdentification API client
- events API client

[unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/v3.4.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 @@ -162,3 +169,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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
[3.4.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v3.4.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.3.0",
"version": "3.4.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 134fc88

Please sign in to comment.