Skip to content

Commit 38ab75b

Browse files
chore: release version 1.6.0 (#350)
1 parent 2131e98 commit 38ab75b

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

.codegen.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "5b7aecf", "specHash": "b21666d", "version": "1.5.1" }
1+
{ "engineHash": "5b7aecf", "specHash": "b21666d", "version": "1.6.0" }

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.6.0](https://github.com/box/box-typescript-sdk-gen/compare/v1.5.1...v1.6.0) (2024-09-11)
6+
7+
8+
### Bug Fixes
9+
10+
* Add the missing license to `package.json` (box/box-codegen[#562](https://github.com/box/box-typescript-sdk-gen/issues/562)) ([#343](https://github.com/box/box-typescript-sdk-gen/issues/343)) ([cc9a8b8](https://github.com/box/box-typescript-sdk-gen/commit/cc9a8b8ac628e348d32176f8ba69add649c555bd))
11+
* Fix variants in metadata query results (box/box-openapi[#456](https://github.com/box/box-typescript-sdk-gen/issues/456)) ([#349](https://github.com/box/box-typescript-sdk-gen/issues/349)) ([2131e98](https://github.com/box/box-typescript-sdk-gen/commit/2131e98ff5530c7440ff50ec0da46cc317d0a4ae))
12+
13+
14+
### New Features and Enhancements
15+
16+
* add Hubs Beta (box/box-openapi[#453](https://github.com/box/box-typescript-sdk-gen/issues/453)) ([#333](https://github.com/box/box-typescript-sdk-gen/issues/333)) ([40359c7](https://github.com/box/box-typescript-sdk-gen/commit/40359c71aa25ecfe7ec53bfa19de62b9d83d4ace))
17+
* Add support for proxy (box/box-codegen[#559](https://github.com/box/box-typescript-sdk-gen/issues/559)) ([#337](https://github.com/box/box-typescript-sdk-gen/issues/337)) ([0ffd9c8](https://github.com/box/box-typescript-sdk-gen/commit/0ffd9c8095d1aa742144146383ae94f1f4526af0))
18+
519
### [1.5.1](https://github.com/box/box-typescript-sdk-gen/compare/v1.5.0...v1.5.1) (2024-08-30)
620

721

package-lock.json

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

0 commit comments

Comments
 (0)