Skip to content

Commit a7dcaf0

Browse files
chore: release version 1.15.1 (#583)
1 parent eb79c0f commit a7dcaf0

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "15d82b5", "specHash": "c303afc", "version": "1.15.0" }
1+
{ "engineHash": "15d82b5", "specHash": "c303afc", "version": "1.15.1" }

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+
### [1.15.1](https://github.com/box/box-typescript-sdk-gen/compare/v1.15.0...v1.15.1) (2025-04-11)
6+
7+
8+
### Bug Fixes
9+
10+
* Fix data sanitizer for TypeScript (box/box-codegen[#702](https://github.com/box/box-typescript-sdk-gen/issues/702)) ([#582](https://github.com/box/box-typescript-sdk-gen/issues/582)) ([eb79c0f](https://github.com/box/box-typescript-sdk-gen/commit/eb79c0faa11f40667289155e71b8893a96eb558a))
11+
512
## [1.15.0](https://github.com/box/box-typescript-sdk-gen/compare/v1.14.0...v1.15.0) (2025-04-10)
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-typescript-sdk-gen",
33
"author": "Box <[email protected]>",
4-
"version": "1.15.0",
4+
"version": "1.15.1",
55
"description": "Official Box TypeScript Generated SDK",
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 = '1.15.0';
1+
export const sdkVersion = '1.15.1';

0 commit comments

Comments
 (0)