Skip to content

Commit 58d64fd

Browse files
chore: release version 1.1.0 (#228)
1 parent 05663d1 commit 58d64fd

File tree

5 files changed

+24
-11
lines changed

5 files changed

+24
-11
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "4be1a1e", "specHash": "ee83bc7", "version": "1.0.0" }
1+
{ "engineHash": "4be1a1e", "specHash": "ee83bc7", "version": "1.1.0" }

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.1.0](https://github.com/box/box-typescript-sdk-gen/compare/v1.0.0...v1.1.0) (2024-06-12)
6+
7+
8+
### Bug Fixes
9+
10+
* Fix CI for auto update pull requests (box/box-codegen[#506](https://github.com/box/box-typescript-sdk-gen/issues/506)) ([#221](https://github.com/box/box-typescript-sdk-gen/issues/221)) ([bbc14f6](https://github.com/box/box-typescript-sdk-gen/commit/bbc14f66e14a9386c8d54a5d0bb36ec2cdc501c1))
11+
* remove quotation mark when date or `datetime` is used in `queryParams` (box/box-codegen[#509](https://github.com/box/box-typescript-sdk-gen/issues/509)) ([#225](https://github.com/box/box-typescript-sdk-gen/issues/225)) ([28d2220](https://github.com/box/box-typescript-sdk-gen/commit/28d22200602cf02d73590189c304109f1c26db17))
12+
13+
14+
### New Features and Enhancements
15+
16+
* add missing marker pagination fields and introduce new event type `AppItemEventSource` `(box/box-openapi[#431](https://github.com/box/box-typescript-sdk-gen/issues/431))` ([#224](https://github.com/box/box-typescript-sdk-gen/issues/224)) ([6c18ca3](https://github.com/box/box-typescript-sdk-gen/commit/6c18ca3b00da0b878d28e142a2361b6386ef0c15))
17+
518
## [1.0.0](https://github.com/box/box-typescript-sdk-gen/compare/v0.5.4...v1.0.0) (2024-05-20)
619

720

package-lock.json

Lines changed: 8 additions & 8 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.0.0",
4+
"version": "1.1.0",
55
"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.",
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.0.0';
1+
export const sdkVersion = '1.1.0';

0 commit comments

Comments
 (0)