Skip to content

Commit

Permalink
chore: release version 1.10.0 (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build authored Dec 30, 2024
1 parent 530ca33 commit e44c4a0
Show file tree
Hide file tree
Showing 5 changed files with 19 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": "a2387ff", "specHash": "6886603", "version": "1.9.0" }
{ "engineHash": "a2387ff", "specHash": "6886603", "version": "1.10.0" }
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.10.0](https://github.com/box/box-typescript-sdk-gen/compare/v1.9.0...v1.10.0) (2024-12-30)


### Bug Fixes

* Remove unused parameter from `SignRequest` (box/box-openapi[#489](https://github.com/box/box-typescript-sdk-gen/issues/489)) ([#450](https://github.com/box/box-typescript-sdk-gen/issues/450)) ([f5683b7](https://github.com/box/box-typescript-sdk-gen/commit/f5683b703625dd8d504ca52100f692cb8440a474))


### New Features and Enhancements

* Add support for replacing the network client implementation (box/box-codegen[#629](https://github.com/box/box-typescript-sdk-gen/issues/629)) ([#454](https://github.com/box/box-typescript-sdk-gen/issues/454)) ([1cb7ddb](https://github.com/box/box-typescript-sdk-gen/commit/1cb7ddb3ada79cebc27fbfce9df90cd8ebad353c))
* Allow for customizing retry strategy (box/box-codegen[#635](https://github.com/box/box-typescript-sdk-gen/issues/635)) ([#457](https://github.com/box/box-typescript-sdk-gen/issues/457)) ([530ca33](https://github.com/box/box-typescript-sdk-gen/commit/530ca33ff3635581bd8ee91a82bc9f000b18812b))
* Support webhook message validation (box/box-codegen[#631](https://github.com/box/box-typescript-sdk-gen/issues/631)) ([#455](https://github.com/box/box-typescript-sdk-gen/issues/455)) ([09765a4](https://github.com/box/box-typescript-sdk-gen/commit/09765a42fe25f15095bd1bd0d1377f2da222c9e4))

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


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.9.0",
"version": "1.10.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.9.0';
export const sdkVersion = '1.10.0';

0 comments on commit e44c4a0

Please sign in to comment.