Skip to content

Commit 90c2ea7

Browse files
authored
Merge pull request #27 from stainless-api/release-please--branches--main--changes--next--components--stainless
release: 0.1.0-alpha.8
2 parents 63031bb + 13d90b0 commit 90c2ea7

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.7"
2+
".": "0.1.0-alpha.8"
33
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 3
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-91fceb4b134781fed8d61f4fe6277d93a595bb69edc8514dc7d3e770bbfcd789.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-860dac39c8b72b930cf43253dc1900d159d41a38a811fb3ca9fca62999a5237f.yml

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.1.0-alpha.8 (2025-01-14)
4+
5+
Full Changelog: [v0.1.0-alpha.7...v0.1.0-alpha.8](https://github.com/stainless-api/builds-node-api/compare/v0.1.0-alpha.7...v0.1.0-alpha.8)
6+
7+
### Features
8+
9+
* **api:** manual updates ([#26](https://github.com/stainless-api/builds-node-api/issues/26)) ([5713519](https://github.com/stainless-api/builds-node-api/commit/57135190a9b192e1bb8b205f293f0899ce1f2d56))
10+
311
## 0.1.0-alpha.7 (2025-01-14)
412

513
Full Changelog: [v0.1.0-alpha.6...v0.1.0-alpha.7](https://github.com/stainless-api/builds-node-api/compare/v0.1.0-alpha.6...v0.1.0-alpha.7)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stainless",
3-
"version": "0.1.0-alpha.7",
3+
"version": "0.1.0-alpha.8",
44
"description": "The official TypeScript library for the Stainless API",
55
"author": "Stainless <[email protected]>",
66
"types": "dist/index.d.ts",

src/resources/builds/outputs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export interface OutputRetrieveParams {
144144
/**
145145
* The target to get the output for
146146
*/
147-
target: 'node' | 'python' | 'go' | 'java' | 'kotlin' | 'ruby';
147+
target: 'node' | 'python' | 'go' | 'java' | 'kotlin' | 'ruby' | 'typescript';
148148
}
149149

150150
export declare namespace Outputs {

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.1.0-alpha.7'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.8'; // x-release-please-version

0 commit comments

Comments
 (0)