Skip to content

Commit

Permalink
Merge pull request #580 from HubSpot/bumpVersion/13.0.0-beta.0
Browse files Browse the repository at this point in the history
Bump version to 13.0.0-beta.0
  • Loading branch information
ksvirkou-hubspot authored Feb 21, 2025
2 parents e79f024 + 0821961 commit 1b553a5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/12.0.1...HEAD)

## [13.0.0-beta.0] - 2025-02-24

### Updates

- Added the ability to add custom middleware through the `config.middleware` option.
- Migrated to `typescript-eslint`.
- Updated `prettier`.

## [12.0.1] - 2024-09-23

## Fixes
Expand Down Expand Up @@ -953,3 +961,4 @@ export enum Enum {
[11.2.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/11.2.0
[12.0.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/12.0.0
[12.0.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/12.0.1
[13.0.0-beta.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/13.0.0-beta.0
4 changes: 2 additions & 2 deletions 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": "12.0.1",
"version": "13.0.0-beta.0",
"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 1b553a5

Please sign in to comment.