Skip to content

Commit 2edf7cf

Browse files
chore: release version 1.13.2 (#544)
1 parent f828d5e commit 2edf7cf

File tree

5 files changed

+42
-35
lines changed

5 files changed

+42
-35
lines changed

.codegen.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "41feeaa", "specHash": "6782a0d", "version": "1.13.1" }
1+
{ "engineHash": "41feeaa", "specHash": "6782a0d", "version": "1.13.2" }

CHANGELOG.md

+7
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.2](https://github.com/box/box-typescript-sdk-gen/compare/v1.13.1...v1.13.2) (2025-03-11)
6+
7+
8+
### Bug Fixes
9+
10+
* Fix `rollup` plugin output directory in Typescript (box/box-codegen[#678](https://github.com/box/box-typescript-sdk-gen/issues/678)) ([#543](https://github.com/box/box-typescript-sdk-gen/issues/543)) ([f828d5e](https://github.com/box/box-typescript-sdk-gen/commit/f828d5e7e3079c48590e9766f0dccd25ee1af9ca))
11+
512
### [1.13.1](https://github.com/box/box-typescript-sdk-gen/compare/v1.13.0...v1.13.1) (2025-03-07)
613

714

package-lock.json

+32-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.1",
4+
"version": "1.13.2",
55
"description": "Official Box TypeScript Generated SDK",
66
"keywords": [
77
"box",

src/networking/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const sdkVersion = '1.13.1';
1+
export const sdkVersion = '1.13.2';

0 commit comments

Comments
 (0)