Skip to content

Commit 07810ae

Browse files
release: 0.1.0-alpha.8
1 parent b33467b commit 07810ae

File tree

4 files changed

+19
-3
lines changed

4 files changed

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

CHANGELOG.md

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

3+
## 0.1.0-alpha.8 (2025-08-13)
4+
5+
Full Changelog: [v0.1.0-alpha.7...v0.1.0-alpha.8](https://github.com/sfcompute/nodes-typescript/compare/v0.1.0-alpha.7...v0.1.0-alpha.8)
6+
7+
### Features
8+
9+
* **api:** revert custom ErrorConfig ([186cb52](https://github.com/sfcompute/nodes-typescript/commit/186cb5225a5de532914c1fd24f8e34688294ad51))
10+
11+
12+
### Chores
13+
14+
* **internal:** codegen related update ([4a8ba72](https://github.com/sfcompute/nodes-typescript/commit/4a8ba72e22d870c79ea30dcc90de37cf20fe1dd5))
15+
* **internal:** move publish config ([42810dd](https://github.com/sfcompute/nodes-typescript/commit/42810ddb26d3d78aeddf9d0b9419a8166c33ad61))
16+
* **internal:** update comment in script ([51e1934](https://github.com/sfcompute/nodes-typescript/commit/51e193432b8af198a91381c4d55350aa271b91ff))
17+
* update @stainless-api/prism-cli to v5.15.0 ([2c66260](https://github.com/sfcompute/nodes-typescript/commit/2c6626033c3ec5ab5109ea290b0bfec58a6afbf5))
18+
319
## 0.1.0-alpha.7 (2025-08-05)
420

521
Full Changelog: [v0.1.0-alpha.6...v0.1.0-alpha.7](https://github.com/sfcompute/nodes-typescript/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": "@sfcompute/nodes-sdk-alpha",
3-
"version": "0.1.0-alpha.7",
3+
"version": "0.1.0-alpha.8",
44
"description": "The official TypeScript library for the SFC Nodes API",
55
"author": "SFC Nodes <hello@sfcompute.com>",
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.7'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.8'; // x-release-please-version

0 commit comments

Comments
 (0)