Skip to content

Commit 51441db

Browse files
chore: release version 10.6.0 (#1395)
1 parent 4e63822 commit 51441db

5 files changed

Lines changed: 23 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": "10.5.0" }
1+
{ "engineHash": "8a22201", "specHash": "f8e0d99", "version": "10.6.0" }

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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+
## [10.6.0](https://github.com/box/box-node-sdk/compare/v10.5.0...v10.6.0) (2026-04-01)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Align `LegalHoldPolicyAssignedItem` with API (box/box-openapi#1554) (box/box-openapi#590) (#1378)
11+
12+
### Bug Fixes
13+
14+
* Align `LegalHoldPolicyAssignedItem` with API (box/box-openapi[#1554](https://github.com/box/box-node-sdk/issues/1554)) (box/box-openapi[#590](https://github.com/box/box-node-sdk/issues/590)) ([#1378](https://github.com/box/box-node-sdk/issues/1378)) ([466d6cf](https://github.com/box/box-node-sdk/commit/466d6cf61113bf5bac8eef14644d047124f6ef03))
15+
* Correct search content type 'tags' to match API (box/box-openapi[#591](https://github.com/box/box-node-sdk/issues/591)) ([#1382](https://github.com/box/box-node-sdk/issues/1382)) ([6f5d307](https://github.com/box/box-node-sdk/commit/6f5d3071116113ee6e3afe082cfb6554f44c6156))
16+
17+
18+
### New Features and Enhancements
19+
20+
* Add `reference` to `AI` and `parent_id` to `HubsItems` (box/box-openapi[#588](https://github.com/box/box-node-sdk/issues/588)) ([#1372](https://github.com/box/box-node-sdk/issues/1372)) ([e55c51f](https://github.com/box/box-node-sdk/commit/e55c51f32227e5d0d4ab7b29a51e996867a39b15))
21+
* Support Hub Document API (box/box-codegen[#930](https://github.com/box/box-node-sdk/issues/930)) ([#1388](https://github.com/box/box-node-sdk/issues/1388)) ([0b5fbeb](https://github.com/box/box-node-sdk/commit/0b5fbebf18e582a36a17d84c3584ab80f880ea04))
22+
523
## [10.5.0](https://github.com/box/box-node-sdk/compare/v10.4.0...v10.5.0) (2026-03-18)
624

725

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": "10.5.0",
4+
"version": "10.6.0",
55
"description": "Official SDK for Box Platform APIs",
66
"keywords": [
77
"box",

src/networking/version.ts

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

0 commit comments

Comments
 (0)