Skip to content

Commit 00da13a

Browse files
chore: release version 10.10.0 (#1466)
1 parent fe77f37 commit 00da13a

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": "4de40e1", "specHash": "576cd17", "version": "10.9.0" }
1+
{ "engineHash": "4de40e1", "specHash": "576cd17", "version": "10.10.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+
## [10.10.0](https://github.com/box/box-node-sdk/compare/v10.9.0...v10.10.0) (2026-05-15)
6+
7+
8+
### Bug Fixes
9+
10+
* Bump `next` and `uuid` versions (box/box-codegen[#950](https://github.com/box/box-node-sdk/issues/950)) ([#1462](https://github.com/box/box-node-sdk/issues/1462)) ([fe77f37](https://github.com/box/box-node-sdk/commit/fe77f376c71afd5fe726cdc4991a1f6e3f0cba6b))
11+
12+
13+
### New Features and Enhancements
14+
15+
* Sanitize request body in `BoxAPIError` (box/box-codegen[#948](https://github.com/box/box-node-sdk/issues/948)) ([#1460](https://github.com/box/box-node-sdk/issues/1460)) ([d64ffc2](https://github.com/box/box-node-sdk/commit/d64ffc2309e68a21724c514dc7be63161971ba4a))
16+
* Setup bundle analytics header (box/box-codegen[#949](https://github.com/box/box-node-sdk/issues/949)) ([#1458](https://github.com/box/box-node-sdk/issues/1458)) ([f00b087](https://github.com/box/box-node-sdk/commit/f00b08726fc8fc2cce2b85ccb3a20107ec76dd38))
17+
518
## [10.9.0](https://github.com/box/box-node-sdk/compare/v10.8.0...v10.9.0) (2026-05-06)
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": "10.9.0",
4+
"version": "10.10.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.9.0';
1+
export const sdkVersion = '10.10.0';

0 commit comments

Comments
 (0)