Skip to content

Commit acfbb78

Browse files
release: 0.1.0-alpha.5
1 parent 4434801 commit acfbb78

File tree

4 files changed

+15
-3
lines changed

4 files changed

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

CHANGELOG.md

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

3+
## 0.1.0-alpha.5 (2025-07-25)
4+
5+
Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/sfcompute/nodes-typescript/compare/v0.1.0-alpha.4...v0.1.0-alpha.5)
6+
7+
### Features
8+
9+
* **api:** api update ([7837d7d](https://github.com/sfcompute/nodes-typescript/commit/7837d7dab3ab7a050f1926e699d5577ee109b99a))
10+
* **api:** api update ([40a0db9](https://github.com/sfcompute/nodes-typescript/commit/40a0db955b75d8eea3b5b6cf2b2d2132c64bd0fe))
11+
* **api:** manual updates ([a2c6478](https://github.com/sfcompute/nodes-typescript/commit/a2c6478375b0dc0842cb1f74b20cbdb07f662f53))
12+
* **api:** manually add new Nodes API models ([156cd84](https://github.com/sfcompute/nodes-typescript/commit/156cd84e6aecb0e30e2fcd6a5c7ac2919499d0ca))
13+
* **api:** re-add removed operations ([4434801](https://github.com/sfcompute/nodes-typescript/commit/4434801c0b8c72d53c14cd8942c589ddc2c103b6))
14+
315
## 0.1.0-alpha.4 (2025-07-22)
416

517
Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/sfcompute/nodes-typescript/compare/v0.1.0-alpha.3...v0.1.0-alpha.4)

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

0 commit comments

Comments
 (0)