From e615ca8f979ba2fcec4925b570484e191908c009 Mon Sep 17 00:00:00 2001 From: ksvirkou Date: Wed, 17 Feb 2021 17:54:30 +0300 Subject: [PATCH] bump to 3.4.1 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9687145c..51e1b7a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package-lock.json b/package-lock.json index 0d0e64de8..a4fcbb6f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hubspot/api-client", - "version": "3.4.0", + "version": "3.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c34988b5c..c68a810b8 100644 --- a/package.json +++ b/package.json @@ -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",