Skip to content

Commit

Permalink
Merge pull request #36 from HubSpot/bump
Browse files Browse the repository at this point in the history
bump version to 3.2.1
  • Loading branch information
ksvirkou-hubspot authored Jan 26, 2021
2 parents cfa8e72 + 9628477 commit fff74c3
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 @@ -126,9 +126,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- automation.actions client

## [3.2.1] - 2021-01-26

### Fixed

- fix batch methods in `cms.blogs` API clients


[unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/v3.2.0...HEAD
[unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/v3.2.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 @@ -138,3 +144,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[3.0.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v3.0.0
[3.1.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v3.1.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
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.0",
"version": "3.2.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 fff74c3

Please sign in to comment.