Skip to content

Commit 9761919

Browse files
chore: release version 10.9.0 (#1446)
Co-authored-by: Artur Jankowski <ajankowski@box.com>
1 parent 23fc625 commit 9761919

5 files changed

Lines changed: 20 additions & 8 deletions

File tree

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "2492c3e", "specHash": "fa39a3f", "version": "10.8.0" }
1+
{ "engineHash": "2492c3e", "specHash": "fa39a3f", "version": "10.9.0" }

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.9.0](https://github.com/box/box-node-sdk/compare/v10.8.0...v10.9.0) (2026-05-06)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Mark `id` field of `AIAgentReference` required (box/box-openapi[#1629](https://github.com/box/box-node-sdk/issues/1629)) (box/box-openapi[#595](https://github.com/box/box-node-sdk/issues/595)) ([#1440](https://github.com/box/box-node-sdk/issues/1440)) ([3082fc3](https://github.com/box/box-node-sdk/commit/3082fc30d5e32c1290063a1a5d732c2549a03db3))
11+
12+
### Bug Fixes
13+
14+
* Fix metadata template schema (box/box-openapi[#596](https://github.com/box/box-node-sdk/issues/596)) ([#1441](https://github.com/box/box-node-sdk/issues/1441)) ([be3b952](https://github.com/box/box-node-sdk/commit/be3b952a91329605f4cb7fb2474f039201263d07))
15+
* Mark `id` field of `AIAgentReference` required (box/box-openapi[#1629](https://github.com/box/box-node-sdk/issues/1629)) (box/box-openapi[#595](https://github.com/box/box-node-sdk/issues/595)) ([#1440](https://github.com/box/box-node-sdk/issues/1440)) ([3082fc3](https://github.com/box/box-node-sdk/commit/3082fc30d5e32c1290063a1a5d732c2549a03db3))
16+
517
## [10.8.0](https://github.com/box/box-node-sdk/compare/v10.7.0...v10.8.0) (2026-04-30)
618

719

package-lock.json

Lines changed: 5 additions & 5 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.8.0",
4+
"version": "10.9.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.8.0';
1+
export const sdkVersion = '10.9.0';

0 commit comments

Comments
 (0)