Skip to content

Commit 0aa1918

Browse files
release: 0.1.0-alpha.4
1 parent c29e440 commit 0aa1918

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 0.1.0-alpha.4 (2025-05-30)
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:** change v0 path param projectName -> project ([40cb0cc](https://github.com/stainless-api/stainless-api-typescript/commit/40cb0cc18df86f0a17b5a57a9e84c8bb3e0e8e5a))
10+
* **api:** manual updates ([130dd92](https://github.com/stainless-api/stainless-api-typescript/commit/130dd92c7fe4444059daf5ea17a2611abe75997e))
11+
* **api:** manual updates ([56c37c6](https://github.com/stainless-api/stainless-api-typescript/commit/56c37c6452fae494d814550eb29318d76a4b04d1))
12+
13+
14+
### Bug Fixes
15+
16+
* compat with more runtimes ([9ce1204](https://github.com/stainless-api/stainless-api-typescript/commit/9ce1204a42b43ed81684ce0af602907d6b19f71f))
17+
18+
19+
### Chores
20+
21+
* **docs:** grammar improvements ([22df641](https://github.com/stainless-api/stainless-api-typescript/commit/22df641caf538870dae2ad5763492a936e355de3))
22+
* improve publish-npm script --latest tag logic ([81c8585](https://github.com/stainless-api/stainless-api-typescript/commit/81c8585dd62ec5d85dfebf5b1b7ee631107512c2))
23+
* **internal:** codegen related update ([1d0e5ff](https://github.com/stainless-api/stainless-api-typescript/commit/1d0e5ff513aebb3d8df7a16c2645a11399122157))
24+
325
## 0.1.0-alpha.3 (2025-05-19)
426

527
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)