Skip to content

Commit 0a21e1f

Browse files
chore: release version 1.19.1 (#771)
1 parent 60c7b92 commit 0a21e1f

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": "b294f83", "specHash": "ae77fe0", "version": "1.19.0" }
1+
{ "engineHash": "b294f83", "specHash": "ae77fe0", "version": "1.19.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.19.1](https://github.com/box/box-typescript-sdk-gen/compare/v1.19.0...v1.19.1) (2025-09-16)
6+
7+
8+
### Bug Fixes
9+
10+
* Fix ESM build and add test set (box/box-codegen[#828](https://github.com/box/box-typescript-sdk-gen/issues/828)) ([#768](https://github.com/box/box-typescript-sdk-gen/issues/768)) ([c198527](https://github.com/box/box-typescript-sdk-gen/commit/c19852701d4e14eb6f6a9c7f24b4621d57a08b60))
11+
512
## [1.19.0](https://github.com/box/box-typescript-sdk-gen/compare/v1.18.1...v1.19.0) (2025-09-05)
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.19.0",
4+
"version": "1.19.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.19.0';
1+
export const sdkVersion = '1.19.1';

0 commit comments

Comments
 (0)