From 7fd31859182928395a21d0807c8a4066f621b724 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Wed, 1 Apr 2026 07:09:18 -0700 Subject: [PATCH] chore: release version 10.6.0 --- .codegen.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/networking/version.ts | 2 +- 5 files changed, 23 insertions(+), 5 deletions(-) diff --git a/.codegen.json b/.codegen.json index ccf30bdd..a5bd8423 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "8a22201", "specHash": "f8e0d99", "version": "10.5.0" } +{ "engineHash": "8a22201", "specHash": "f8e0d99", "version": "10.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3827cdf9..32752618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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. +## [10.6.0](https://github.com/box/box-node-sdk/compare/v10.5.0...v10.6.0) (2026-04-01) + + +### ⚠ BREAKING CHANGES + +* Align `LegalHoldPolicyAssignedItem` with API (box/box-openapi#1554) (box/box-openapi#590) (#1378) + +### Bug Fixes + +* 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)) +* 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)) + + +### New Features and Enhancements + +* 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)) +* 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)) + ## [10.5.0](https://github.com/box/box-node-sdk/compare/v10.4.0...v10.5.0) (2026-03-18) diff --git a/package-lock.json b/package-lock.json index 118f7dd2..ba8f90a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "box-node-sdk", - "version": "10.5.0", + "version": "10.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "box-node-sdk", - "version": "10.5.0", + "version": "10.6.0", "license": "Apache-2.0", "dependencies": { "buffer": "^6.0.3", diff --git a/package.json b/package.json index 0da55de3..60700c30 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "box-node-sdk", "author": "Box ", - "version": "10.5.0", + "version": "10.6.0", "description": "Official SDK for Box Platform APIs", "keywords": [ "box", diff --git a/src/networking/version.ts b/src/networking/version.ts index bf7f8b02..08da7c67 100644 --- a/src/networking/version.ts +++ b/src/networking/version.ts @@ -1 +1 @@ -export const sdkVersion = '10.5.0'; +export const sdkVersion = '10.6.0';