Skip to content

Commit b5f1a61

Browse files
release: 0.1.0-alpha.31
1 parent 6864155 commit b5f1a61

4 files changed

Lines changed: 21 additions & 3 deletions

File tree

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

CHANGELOG.md

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

3+
## 0.1.0-alpha.31 (2026-05-19)
4+
5+
Full Changelog: [v0.1.0-alpha.30...v0.1.0-alpha.31](https://github.com/sfcompute/nodes-typescript/compare/v0.1.0-alpha.30...v0.1.0-alpha.31)
6+
7+
### Features
8+
9+
* **api:** api update ([6864155](https://github.com/sfcompute/nodes-typescript/commit/6864155eac287f3432224a71e546674e5c828dad))
10+
11+
12+
### Bug Fixes
13+
14+
* **typescript:** upgrade tsc-multi so that it works with Node 26 ([59cf66e](https://github.com/sfcompute/nodes-typescript/commit/59cf66ec59802e16afe01a8b59d356e1bfb86aed))
15+
16+
17+
### Chores
18+
19+
* **tests:** remove redundant File import ([10d3ed9](https://github.com/sfcompute/nodes-typescript/commit/10d3ed9a84248e4a8b7e281abffca316792079f7))
20+
321
## 0.1.0-alpha.30 (2026-05-18)
422

523
Full Changelog: [v0.1.0-alpha.29...v0.1.0-alpha.30](https://github.com/sfcompute/nodes-typescript/compare/v0.1.0-alpha.29...v0.1.0-alpha.30)

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

0 commit comments

Comments
 (0)