diff --git a/.codegen.json b/.codegen.json index 7a7df7e5..1aebe6f4 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "2e559a0", "specHash": "d028758", "version": "4.10.0" } +{ "engineHash": "2e559a0", "specHash": "d028758", "version": "4.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f898917b..a7bade93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.11.0](https://github.com/box/box-node-sdk/compare/v4.10.0...v4.11.0) (2026-05-27) + + +### New Features and Enhancements + +* **boxsdkgen:** Add Convert Note API (box/box-openapi[#600](https://github.com/box/box-node-sdk/issues/600)) ([#1478](https://github.com/box/box-node-sdk/issues/1478)) ([c346d39](https://github.com/box/box-node-sdk/commit/c346d39aa76074da53d77b51e43199616047a260)) +* **boxsdkgen:** add failure related fields to `DocGenJob` (box/box-openapi[#598](https://github.com/box/box-node-sdk/issues/598)) ([#1469](https://github.com/box/box-node-sdk/issues/1469)) ([e95d705](https://github.com/box/box-node-sdk/commit/e95d705f12d4921d0da284b90f6a81ecedbcadf2)) + ## [4.10.0](https://github.com/box/box-node-sdk/compare/v4.9.0...v4.10.0) (2026-05-15) diff --git a/package-lock.json b/package-lock.json index 44a8210a..280a4c23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "box-node-sdk", - "version": "4.10.0", + "version": "4.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "box-node-sdk", - "version": "4.10.0", + "version": "4.11.0", "license": "Apache-2.0", "dependencies": { "@cypress/request": "^3.0.10", diff --git a/package.json b/package.json index 93eaa7ba..be46ef7c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "box-node-sdk", "author": "Box ", - "version": "4.10.0", + "version": "4.11.0", "description": "Official SDK for Box Plaform APIs", "license": "Apache-2.0", "repository": { diff --git a/src/sdk-gen/networking/version.ts b/src/sdk-gen/networking/version.ts index d1b48497..44c6a912 100644 --- a/src/sdk-gen/networking/version.ts +++ b/src/sdk-gen/networking/version.ts @@ -1 +1 @@ -export const sdkVersion = '4.10.0'; +export const sdkVersion = '4.11.0';