Skip to content

Commit a46b338

Browse files
chore: release version 4.6.0 (#1394)
1 parent 96d6609 commit a46b338

5 files changed

Lines changed: 18 additions & 5 deletions

File tree

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "8a22201", "specHash": "f8e0d99", "version": "4.5.0" }
1+
{ "engineHash": "8a22201", "specHash": "f8e0d99", "version": "4.6.0" }

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [4.6.0](https://github.com/box/box-node-sdk/compare/v4.5.0...v4.6.0) (2026-04-01)
6+
7+
8+
### Bug Fixes
9+
10+
* **boxsdkgen:** Correct search content type 'tags' to match API (box/box-openapi[#591](https://github.com/box/box-node-sdk/issues/591)) ([#1383](https://github.com/box/box-node-sdk/issues/1383)) ([d6bca72](https://github.com/box/box-node-sdk/commit/d6bca725910f2539bfb8ac984295e0c19b610191))
11+
12+
13+
### New Features and Enhancements
14+
15+
* **boxsdkgen:** Add `reference` to `AI` and `parent_id` to `HubsItems` (box/box-openapi[#588](https://github.com/box/box-node-sdk/issues/588)) ([#1371](https://github.com/box/box-node-sdk/issues/1371)) ([5c299f0](https://github.com/box/box-node-sdk/commit/5c299f09268c546528c1748ea6e0774312a3f9f0))
16+
* **boxsdkgen:** Support Hub Document API (box/box-codegen[#930](https://github.com/box/box-node-sdk/issues/930)) ([#1385](https://github.com/box/box-node-sdk/issues/1385)) ([306c96c](https://github.com/box/box-node-sdk/commit/306c96cb988f0091fb146e1a4b15c12284f6d572))
17+
518
## [4.5.0](https://github.com/box/box-node-sdk/compare/v4.4.0...v4.5.0) (2026-03-18)
619

720

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "box-node-sdk",
33
"author": "Box <oss@box.com>",
4-
"version": "4.5.0",
4+
"version": "4.6.0",
55
"description": "Official SDK for Box Plaform APIs",
66
"license": "Apache-2.0",
77
"repository": {

src/sdk-gen/networking/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const sdkVersion = '4.5.0';
1+
export const sdkVersion = '4.6.0';

0 commit comments

Comments
 (0)