Skip to content

Commit

Permalink
Merge pull request #550 from HubSpot/feature/12.0.1
Browse files Browse the repository at this point in the history
Bump version to 12.0.1
  • Loading branch information
ksvirkou-hubspot authored Sep 23, 2024
2 parents 31e3a83 + debd118 commit 18c7c38
Show file tree
Hide file tree
Showing 3 changed files with 1,047 additions and 2,988 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

## [12.0.1] - 2024-09-23

## Fixes

- Fixed build errors.

## [12.0.0] - 2024-09-23

Expand Down Expand Up @@ -883,7 +889,7 @@ export enum Enum {
25. getSubscriptions => getAll (webhooks.subscriptionsApi)
26. updateSubscription => update (webhooks.subscriptionsApi)

[Unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/12.0.0...HEAD
[Unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/12.0.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.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/2.0.1
Expand Down Expand Up @@ -946,3 +952,4 @@ export enum Enum {
[11.1.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/11.1.0
[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
Loading

0 comments on commit 18c7c38

Please sign in to comment.