-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(api): OpenAPI spec update via Stainless API (#245) * feat(api): OpenAPI spec update via Stainless API (#247) * feat(api): OpenAPI spec update via Stainless API (#248) * feat(api): OpenAPI spec update via Stainless API (#249) * feat(api): OpenAPI spec update via Stainless API (#250) * feat(api): OpenAPI spec update via Stainless API (#251) * feat(api): OpenAPI spec update via Stainless API (#252) * feat(api): OpenAPI spec update via Stainless API (#253) * feat(api): OpenAPI spec update via Stainless API (#254) * feat(api): OpenAPI spec update via Stainless API (#255) * feat(api): OpenAPI spec update via Stainless API (#256) * feat(api): OpenAPI spec update via Stainless API (#257) * feat(api): OpenAPI spec update via Stainless API (#258) * feat(api): OpenAPI spec update via Stainless API (#259) * feat(api): OpenAPI spec update via Stainless API (#260) * feat(api): OpenAPI spec update via Stainless API (#261) * feat(api): OpenAPI spec update via Stainless API (#262) * feat(api): OpenAPI spec update via Stainless API (#263) * feat(api): OpenAPI spec update via Stainless API (#264) * feat(api): OpenAPI spec update via Stainless API (#265) * feat(api): OpenAPI spec update via Stainless API (#266) * feat(api): OpenAPI spec update via Stainless API (#267) * feat(api): OpenAPI spec update via Stainless API (#268) * feat(api): OpenAPI spec update via Stainless API (#269) * feat(api): OpenAPI spec update via Stainless API (#270) * chore(internal): add constant for default timeout (#271) * feat(api): OpenAPI spec update via Stainless API (#272) * feat(api): OpenAPI spec update via Stainless API (#273) * feat(api): OpenAPI spec update via Stainless API (#274) * feat(api): OpenAPI spec update via Stainless API (#275) * feat(api): OpenAPI spec update via Stainless API (#276) * feat(api): OpenAPI spec update via Stainless API (#277) * feat(api): OpenAPI spec update via Stainless API (#278) * feat(api): OpenAPI spec update via Stainless API (#279) * chore(ci): correctly tag pre-release npm packages (#280) * feat(api): OpenAPI spec update via Stainless API (#281) * feat(api): OpenAPI spec update via Stainless API (#282) * feat(api): OpenAPI spec update via Stainless API (#283) * feat(api): OpenAPI spec update via Stainless API (#284) * chore(internal): codegen related update (#285) * feat(api): OpenAPI spec update via Stainless API (#286) * feat(api): OpenAPI spec update via Stainless API (#287) * feat(api): OpenAPI spec update via Stainless API (#288) * release: 0.16.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
- Loading branch information
1 parent
9d12936
commit 6bcccdc
Showing
7 changed files
with
77 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.15.0" | ||
".": "0.16.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
configured_endpoints: 27 | ||
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/val-town%2Fval-town-abe2a77ba814eebff6584bdcb27f0330900e78450bd9bfc385b349770c3b6d8b.yml | ||
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/val-town%2Fval-town-968a847ddc06b0d5c48f727a809bec06ff0aa3a21c0db2804df283c76fe95f8b.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const VERSION = '0.15.0'; // x-release-please-version | ||
export const VERSION = '0.16.0'; // x-release-please-version |