Skip to content

Commit

Permalink
Merge pull request #145 from HubSpot/feature/bumpVersion
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
ksvirkou-hubspot authored Jan 31, 2022
2 parents 0da5f18 + ee9382d commit 5960a48
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Rewrite [Client](src/client.ts)
- `crm.objects.feedbackSubmissions` => `crm.feedbackSubmissions`

[unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/6.0.0-beta...HEAD
## [6.0.1-beta] - 2022-01-31

### Fixed

- Iterable middlewares

[unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/6.0.1-beta...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.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/2.0.1
Expand All @@ -220,4 +226,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[4.0.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/4.0.0
[4.1.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/4.1.0
[5.0.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/5.0.0
[5.0.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/6.0.0-beta
[6.0.0-beta]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/6.0.0-beta
[6.0.1-beta]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/6.0.1-beta
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": "6.0.0-beta",
"version": "6.0.1-beta",
"description": "NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 5960a48

Please sign in to comment.