Skip to content

Commit cbbf6fd

Browse files
release: 0.1.0-alpha.2
1 parent 2e583d1 commit cbbf6fd

File tree

4 files changed

+46
-3
lines changed

4 files changed

+46
-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.1"
2+
".": "0.1.0-alpha.2"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.2 (2025-05-13)
4+
5+
Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/stainless-api/stainless-api-typescript/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)
6+
7+
### Features
8+
9+
* **api:** add build compare to v0 ([2e583d1](https://github.com/stainless-api/stainless-api-typescript/commit/2e583d15ebcd52bfe43196fe58dac79f45761e08))
10+
* **api:** configs ([021eac6](https://github.com/stainless-api/stainless-api-typescript/commit/021eac6182c5f01bf9dd2c31f5277fa6cd159a1b))
11+
* **api:** enable macos publishing ([77ebd7c](https://github.com/stainless-api/stainless-api-typescript/commit/77ebd7c56b71f35e78921d3376b8daf568e39c50))
12+
* **api:** manual updates ([118d1d1](https://github.com/stainless-api/stainless-api-typescript/commit/118d1d15878c6737307d4796535a74a8a5fab39a))
13+
* **api:** manual updates ([41114a1](https://github.com/stainless-api/stainless-api-typescript/commit/41114a19b3bd85fc0cc5ba7a5655275f5ac97b99))
14+
* **api:** manual updates ([056d6bf](https://github.com/stainless-api/stainless-api-typescript/commit/056d6bf0862e908fddabea49cee3ec4e35985060))
15+
* **api:** manual updates ([54866aa](https://github.com/stainless-api/stainless-api-typescript/commit/54866aa84f9bf8e27acfc948b94175975af61551))
16+
* **api:** parent build id ([894f36b](https://github.com/stainless-api/stainless-api-typescript/commit/894f36b21905f492a5354b0a1d87f3f30346fae4))
17+
* **api:** rename api key ([642780a](https://github.com/stainless-api/stainless-api-typescript/commit/642780a0c31945be6b2186abf07bb24f6d2013c2))
18+
* **api:** use correct hashes ([df1c791](https://github.com/stainless-api/stainless-api-typescript/commit/df1c791cc9fece7a26b60ea5f17a0b4a5772b289))
19+
* **client:** add withOptions helper ([e7ec49d](https://github.com/stainless-api/stainless-api-typescript/commit/e7ec49d3c6f8fe87ad5d11c77da697e50fa9e9fb))
20+
21+
22+
### Bug Fixes
23+
24+
* **client:** always overwrite when merging headers ([4d180e0](https://github.com/stainless-api/stainless-api-typescript/commit/4d180e0da23b27c22f8e8632a5f842448ac0cdc5))
25+
* update request schema for Postman webhook ([2c590eb](https://github.com/stainless-api/stainless-api-typescript/commit/2c590eb86e83dcc54d30b3104a2e7de9299c35b6))
26+
27+
28+
### Chores
29+
30+
* bump go sdk version ([b7f0264](https://github.com/stainless-api/stainless-api-typescript/commit/b7f02648ab3791d3a566a1d790b17d40dae10e9a))
31+
* **ci:** add timeout thresholds for CI jobs ([7d94fbd](https://github.com/stainless-api/stainless-api-typescript/commit/7d94fbd1d7173a27d554ff6e4d033e8c76a45e35))
32+
* **ci:** only use depot for staging repos ([5cd101b](https://github.com/stainless-api/stainless-api-typescript/commit/5cd101b5e1e8088d589f377a637f5a9dd2d6ac34))
33+
* **client:** drop support for EOL node versions ([8a3c07b](https://github.com/stainless-api/stainless-api-typescript/commit/8a3c07bbf7a0e87abaf0ebf453b2ff33181bf197))
34+
* **internal:** codegen related update ([d9bd40e](https://github.com/stainless-api/stainless-api-typescript/commit/d9bd40e22f070cbda2d5dad163c50dd1a3ecc369))
35+
* **internal:** codegen related update ([79c9751](https://github.com/stainless-api/stainless-api-typescript/commit/79c9751e084e40662779c187eedc8720d2ddd291))
36+
* **internal:** refactor utils ([c033a80](https://github.com/stainless-api/stainless-api-typescript/commit/c033a8026d5757a33ae4e4540e1aac51c861ed37))
37+
* **internal:** share typescript helpers ([b41cddd](https://github.com/stainless-api/stainless-api-typescript/commit/b41cddd3715e545ad5917ac1328a81fd3ddbe5b1))
38+
* **package:** remove engines ([c089302](https://github.com/stainless-api/stainless-api-typescript/commit/c08930299ad02892bd6a3714c76ac4969cbb78db))
39+
* **perf:** faster base64 decoding ([f7b9d5d](https://github.com/stainless-api/stainless-api-typescript/commit/f7b9d5d50fff5205d247d3c5987ad000f08f4f6e))
40+
41+
42+
### Documentation
43+
44+
* **readme:** fix typo ([412d6bc](https://github.com/stainless-api/stainless-api-typescript/commit/412d6bc1f9f1816ed3cffd6412572245ce9cc6f2))
45+
346
## 0.1.0-alpha.1 (2025-04-21)
447

548
Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/stainless-api/stainless-api-typescript/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)

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.1",
3+
"version": "0.1.0-alpha.2",
44
"description": "The official TypeScript library for the Stainless V0 API",
55
"author": "Stainless V0 <>",
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.1'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.2'; // x-release-please-version

0 commit comments

Comments
 (0)