Skip to content

Commit

Permalink
chore: release version 0.5.2 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build committed Mar 26, 2024
1 parent de06c26 commit 1c2bab4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "0d4bf53", "specHash": "d50ab5f", "version": "0.5.1" }
{ "engineHash": "0d4bf53", "specHash": "d50ab5f", "version": "0.5.2" }
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

### [0.5.2](https://github.com/box/box-typescript-sdk-gen/compare/v0.5.1...v0.5.2) (2024-03-26)


### New Features and Enhancements

* Support `additionalProperties` of type any in Python and TS (box/box-codegen[#453](https://github.com/box/box-typescript-sdk-gen/issues/453)) ([#97](https://github.com/box/box-typescript-sdk-gen/issues/97)) ([d159548](https://github.com/box/box-typescript-sdk-gen/commit/d159548d38b74fbb410ab1cadb16033948efa14b))
* Support custom Agent in Typescript (box/box-codegen[#452](https://github.com/box/box-typescript-sdk-gen/issues/452)) ([#117](https://github.com/box/box-typescript-sdk-gen/issues/117)) ([de06c26](https://github.com/box/box-typescript-sdk-gen/commit/de06c2672f3efb20e1b685e1c5abf92dff659da3))
* use getDiscriminatorsForUnion in generic serialization (box/box-codegen[#448](https://github.com/box/box-typescript-sdk-gen/issues/448)) ([#95](https://github.com/box/box-typescript-sdk-gen/issues/95)) ([06680c0](https://github.com/box/box-typescript-sdk-gen/commit/06680c05a6c7eb2ff2c20886c642901ac618cd83))

### [0.5.1](https://github.com/box/box-typescript-sdk-gen/compare/v0.5.0...v0.5.1) (2024-03-11)


Expand Down
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 <oss@box.com>",
"version": "0.5.1",
"version": "0.5.2",
"description": "[Box Platform](https://box.dev) provides functionality to provide access to content stored within [Box](https://box.com). It provides endpoints for basic manipulation of files and folders, management of users within an enterprise, as well as more complex topics such as legal holds and retention policies.",
"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 = '0.5.1';
export const sdkVersion = '0.5.2';

0 comments on commit 1c2bab4

Please sign in to comment.