Skip to content

Commit 1b553a5

Browse files
Merge pull request #580 from HubSpot/bumpVersion/13.0.0-beta.0
Bump version to 13.0.0-beta.0
2 parents e79f024 + 0821961 commit 1b553a5

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10+
## [13.0.0-beta.0] - 2025-02-24
11+
12+
### Updates
13+
14+
- Added the ability to add custom middleware through the `config.middleware` option.
15+
- Migrated to `typescript-eslint`.
16+
- Updated `prettier`.
17+
1018
## [12.0.1] - 2024-09-23
1119

1220
## Fixes
@@ -953,3 +961,4 @@ export enum Enum {
953961
[11.2.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/11.2.0
954962
[12.0.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/12.0.0
955963
[12.0.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/12.0.1
964+
[13.0.0-beta.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/13.0.0-beta.0

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubspot/api-client",
3-
"version": "12.0.1",
3+
"version": "13.0.0-beta.0",
44
"description": "NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)