Skip to content

Commit

Permalink
chore: release version 1.9.0 (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build authored Dec 9, 2024
1 parent ef2e765 commit 03d7f3e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "3799ab4", "specHash": "c9d7bb5", "version": "1.8.0" }
{ "engineHash": "3799ab4", "specHash": "c9d7bb5", "version": "1.9.0" }
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [1.9.0](https://github.com/box/box-typescript-sdk-gen/compare/v1.8.0...v1.9.0) (2024-12-09)


### Bug Fixes

* Fix signature of `beforeRequest` method in `Interceptor` interface (box/box-codegen[#625](https://github.com/box/box-typescript-sdk-gen/issues/625)) ([#446](https://github.com/box/box-typescript-sdk-gen/issues/446)) ([ef2e765](https://github.com/box/box-typescript-sdk-gen/commit/ef2e7658cab705906325e40d6c7c6e96e5703201))


### New Features and Enhancements

* Add `aiAgent` info to `AIResponse` (box/box-codegen[#624](https://github.com/box/box-typescript-sdk-gen/issues/624)) ([#440](https://github.com/box/box-typescript-sdk-gen/issues/440)) ([24c2013](https://github.com/box/box-typescript-sdk-gen/commit/24c20131b8275d43ecb02f3c94ac8e6116de3ea9))
* Support optional `userId` parameter for updating files, folders and web links (box/box-openapi[#488](https://github.com/box/box-typescript-sdk-gen/issues/488)) ([#445](https://github.com/box/box-typescript-sdk-gen/issues/445)) ([874f259](https://github.com/box/box-typescript-sdk-gen/commit/874f259ce12e8440301ffb1b2b65a6765b87803f))

## [1.8.0](https://github.com/box/box-typescript-sdk-gen/compare/v1.7.0...v1.8.0) (2024-12-03)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "box-typescript-sdk-gen",
"author": "Box <[email protected]>",
"version": "1.8.0",
"version": "1.9.0",
"description": "Official Box TypeScript Generated SDK",
"keywords": [
"box",
Expand Down
2 changes: 1 addition & 1 deletion src/networking/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const sdkVersion = '1.8.0';
export const sdkVersion = '1.9.0';

0 comments on commit 03d7f3e

Please sign in to comment.