Skip to content

Commit 06e4f93

Browse files
chore: release version 4.8.0 (#1438)
1 parent 467ab15 commit 06e4f93

5 files changed

Lines changed: 12 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": "c571efa", "specHash": "f899bf6", "version": "4.7.0" }
1+
{ "engineHash": "c571efa", "specHash": "f899bf6", "version": "4.8.0" }

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.8.0](https://github.com/box/box-node-sdk/compare/v4.7.0...v4.8.0) (2026-04-30)
6+
7+
8+
### New Features and Enhancements
9+
10+
* **boxsdkgen:** Support Automate API (box/box-openapi[#594](https://github.com/box/box-node-sdk/issues/594)) ([#1432](https://github.com/box/box-node-sdk/issues/1432)) ([010fcdc](https://github.com/box/box-node-sdk/commit/010fcdc947003675403b4acc9d9a1485ee9c4bac))
11+
512
## [4.7.0](https://github.com/box/box-node-sdk/compare/v4.6.0...v4.7.0) (2026-04-22)
613

714

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.7.0",
4+
"version": "4.8.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.7.0';
1+
export const sdkVersion = '4.8.0';

0 commit comments

Comments
 (0)