Skip to content

Commit 463423e

Browse files
chore: release version 1.13.1 (#539)
1 parent ca7e291 commit 463423e

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "ed65d4f", "specHash": "6782a0d", "version": "1.13.0" }
1+
{ "engineHash": "ed65d4f", "specHash": "6782a0d", "version": "1.13.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.13.1](https://github.com/box/box-typescript-sdk-gen/compare/v1.13.0...v1.13.1) (2025-03-07)
6+
7+
8+
### Bug Fixes
9+
10+
* Split browser configuration in `package.json` for TypeScript (box/box-codegen[#672](https://github.com/box/box-typescript-sdk-gen/issues/672)) ([#538](https://github.com/box/box-typescript-sdk-gen/issues/538)) ([ca7e291](https://github.com/box/box-typescript-sdk-gen/commit/ca7e29180e450cbb346a76aadfdade1062559b1e))
11+
512
## [1.13.0](https://github.com/box/box-typescript-sdk-gen/compare/v1.12.0...v1.13.0) (2025-02-20)
613

714

package-lock.json

Lines changed: 5 additions & 5 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.13.0",
4+
"version": "1.13.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.13.0';
1+
export const sdkVersion = '1.13.1';

0 commit comments

Comments
 (0)