Skip to content

Commit 89b3f6b

Browse files
release: 0.1.0-alpha.4
1 parent cbc3fcc commit 89b3f6b

File tree

4 files changed

+42
-3
lines changed

4 files changed

+42
-3
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.3"
2+
".": "0.1.0-alpha.4"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.4 (2025-06-14)
4+
5+
Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/stainless-api/stainless-api-typescript/compare/v0.1.0-alpha.3...v0.1.0-alpha.4)
6+
7+
### Features
8+
9+
* **api:** add diagnostics to build object ([754154c](https://github.com/stainless-api/stainless-api-typescript/commit/754154c87ae5a1a792fa30dabdad78203d8ccfde))
10+
* **api:** add v0 project create api ([f7be25c](https://github.com/stainless-api/stainless-api-typescript/commit/f7be25cf7cc90a662296b31cecd3ba48dc93a7d7))
11+
* **api:** change v0 path param projectName -> project ([40cb0cc](https://github.com/stainless-api/stainless-api-typescript/commit/40cb0cc18df86f0a17b5a57a9e84c8bb3e0e8e5a))
12+
* **api:** manual updates ([130dd92](https://github.com/stainless-api/stainless-api-typescript/commit/130dd92c7fe4444059daf5ea17a2611abe75997e))
13+
* **api:** manual updates ([56c37c6](https://github.com/stainless-api/stainless-api-typescript/commit/56c37c6452fae494d814550eb29318d76a4b04d1))
14+
15+
16+
### Bug Fixes
17+
18+
* changes har request format for snippets API some more ([619c784](https://github.com/stainless-api/stainless-api-typescript/commit/619c78412f187ab66b699ad7a7718117c9561dd0))
19+
* compat with more runtimes ([9ce1204](https://github.com/stainless-api/stainless-api-typescript/commit/9ce1204a42b43ed81684ce0af602907d6b19f71f))
20+
* publish script — handle NPM errors correctly ([cbc3fcc](https://github.com/stainless-api/stainless-api-typescript/commit/cbc3fcc2d669ed33212ece031289342ac547e4ff))
21+
22+
23+
### Chores
24+
25+
* adjust eslint.config.mjs ignore pattern ([39b2b88](https://github.com/stainless-api/stainless-api-typescript/commit/39b2b88709ce1110380d26aac89ff0a5d44eecc4))
26+
* avoid type error in certain environments ([0e2a217](https://github.com/stainless-api/stainless-api-typescript/commit/0e2a2175e83b686df6e108777cb72a74adcb3959))
27+
* **deps:** bump eslint-plugin-prettier ([7e0d104](https://github.com/stainless-api/stainless-api-typescript/commit/7e0d10495fcc59a4e341985846d5a70d817eb9a0))
28+
* **docs:** grammar improvements ([22df641](https://github.com/stainless-api/stainless-api-typescript/commit/22df641caf538870dae2ad5763492a936e355de3))
29+
* **docs:** use top-level-await in example snippets ([563dbc4](https://github.com/stainless-api/stainless-api-typescript/commit/563dbc495a320b64620a41f394e7d982cc486a98))
30+
* improve publish-npm script --latest tag logic ([81c8585](https://github.com/stainless-api/stainless-api-typescript/commit/81c8585dd62ec5d85dfebf5b1b7ee631107512c2))
31+
* **internal:** codegen related update ([434dc67](https://github.com/stainless-api/stainless-api-typescript/commit/434dc67c5acbd6852218902314b644b0a7974c24))
32+
* **internal:** codegen related update ([9c78aaf](https://github.com/stainless-api/stainless-api-typescript/commit/9c78aaf1bd5d24e869670608af35c882f0628b2a))
33+
* **internal:** codegen related update ([1d0e5ff](https://github.com/stainless-api/stainless-api-typescript/commit/1d0e5ff513aebb3d8df7a16c2645a11399122157))
34+
* **internal:** fix readablestream types in node 20 ([29ec6b7](https://github.com/stainless-api/stainless-api-typescript/commit/29ec6b7a76282680c8ba3c4974b5931d780834cf))
35+
* **internal:** update jest config ([1870539](https://github.com/stainless-api/stainless-api-typescript/commit/1870539fbe04bda0311d932b9136569d0708cad7))
36+
37+
38+
### Refactors
39+
40+
* move build_target_outputs to builds.target_outputs ([ad9735f](https://github.com/stainless-api/stainless-api-typescript/commit/ad9735f453e17f1a518c159eea09c49a5171bbab))
41+
342
## 0.1.0-alpha.3 (2025-05-19)
443

544
Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/stainless-api/stainless-api-typescript/compare/v0.1.0-alpha.2...v0.1.0-alpha.3)

package.json

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

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.3'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.4'; // x-release-please-version

0 commit comments

Comments
 (0)