Skip to content

Commit

Permalink
Merge pull request #59 from HubSpot/bump/version3.4.1
Browse files Browse the repository at this point in the history
bump to 3.4.1
  • Loading branch information
ksvirkou-hubspot authored Feb 17, 2021
2 parents a1bc228 + e615ca8 commit d1dc08c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- conversations.visitorIdentification API client
- events API client

[unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/v3.4.0...HEAD
## [3.4.1] - 2021-02-17

### Fixed

- fix generateToken method in `conversations.visitorIdentification` API clients

[unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/v3.4.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.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v2.0.0
Expand All @@ -170,3 +176,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[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
[3.4.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v3.4.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": "3.4.0",
"version": "3.4.1",
"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 d1dc08c

Please sign in to comment.