Skip to content

Commit 9747382

Browse files
chore: release version 1.19.0 (#755)
1 parent 2b77c98 commit 9747382

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "fa469c0", "specHash": "ae77fe0", "version": "1.18.1" }
1+
{ "engineHash": "fa469c0", "specHash": "ae77fe0", "version": "1.19.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+
## [1.19.0](https://github.com/box/box-typescript-sdk-gen/compare/v1.18.1...v1.19.0) (2025-09-05)
6+
7+
8+
### Bug Fixes
9+
10+
* Remove private access modifiers (box/box-codegen[#815](https://github.com/box/box-typescript-sdk-gen/issues/815)) ([#747](https://github.com/box/box-typescript-sdk-gen/issues/747)) ([1693ddc](https://github.com/box/box-typescript-sdk-gen/commit/1693ddc114b1c0452b2eddd6b4837a308155678a))
11+
12+
13+
### New Features and Enhancements
14+
15+
* Add missing webhook events (box/box-openapi[#554](https://github.com/box/box-typescript-sdk-gen/issues/554)) ([#753](https://github.com/box/box-typescript-sdk-gen/issues/753)) ([2b77c98](https://github.com/box/box-typescript-sdk-gen/commit/2b77c982d549ef8ad84d8c6b69f9afb37e53197e))
16+
517
### [1.18.1](https://github.com/box/box-typescript-sdk-gen/compare/v1.18.0...v1.18.1) (2025-08-26)
618

719

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

0 commit comments

Comments
 (0)