Skip to content

Commit

Permalink
Bump version to 11.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ksvirkou-hubspot committed Jan 31, 2024
1 parent 5cd7a30 commit 77f10a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ 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/10.2.0...HEAD)
## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/11.0.0-beta.0...HEAD)

## [11.0.0] - 2024-02-01
## [11.0.0-beta.0] - 2024-01-31

## Updated

Expand Down Expand Up @@ -49,6 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added param `validateDealStageUsagesBeforeDelete` to `cms.pipelines.pipelinesApi.archive()`, `cms.pipelines.pipelinesApi.replace()` and `cms.pipelines.pipelinesApi.update()`.
- `events.eventsApi.getPage(occurredAfter?: Date, occurredBefore?: Date, objectType?: string, objectId?: number, eventType?: string, after?: string, before?: string, limit?: number, sort?: Array<string>, _options?: Configuration)` => `events.eventsApi.getPage(objectType?: string, eventType?: string, occurredAfter?: Date, occurredBefore?: Date, objectId?: number, indexTableName?: string, indexSpecificMetadata?: string, after?: string, before?: string, limit?: number, sort?: Array<string>, objectPropertyPropname?: any, propertyPropname?: any, id?: Array<string>, _options?: Configuration)`
- Rewrite all enums from type to enum.

```typescript
export type Enum = "OPTION1" | "OPTION2";
// =>
Expand Down Expand Up @@ -803,3 +804,4 @@ export enum Enum {
[10.0.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/10.0.0
[10.1.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/10.1.0
[10.2.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/10.2.0
[11.0.0-beta.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/11.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": "10.2.0",
"version": "11.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 77f10a0

Please sign in to comment.