Skip to content

Commit 252909c

Browse files
chore: release version 1.17.1 (#701)
1 parent 782a287 commit 252909c

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": "41bba7c", "specHash": "5bf3652", "version": "1.17.0" }
1+
{ "engineHash": "41bba7c", "specHash": "5bf3652", "version": "1.17.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.17.1](https://github.com/box/box-typescript-sdk-gen/compare/v1.17.0...v1.17.1) (2025-08-07)
6+
7+
8+
### Bug Fixes
9+
10+
* Fix exports syntax when importing from `lib` ([#700](https://github.com/box/box-typescript-sdk-gen/issues/700)) ([782a287](https://github.com/box/box-typescript-sdk-gen/commit/782a287efd3481fc056effcf83886f05bc9adbf9))
11+
512
## [1.17.0](https://github.com/box/box-typescript-sdk-gen/compare/v1.16.0...v1.17.0) (2025-08-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.17.0",
4+
"version": "1.17.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.17.0';
1+
export const sdkVersion = '1.17.1';

0 commit comments

Comments
 (0)