Skip to content

Commit 041b6a4

Browse files
release: 0.1.0-alpha.1
1 parent f6fbb21 commit 041b6a4

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

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## 0.1.0-alpha.1 (2025-07-17)
4+
5+
Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/sfcompute/nodes-typescript/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)
6+
7+
### Features
8+
9+
* **api:** update via SDK Studio ([f6fbb21](https://github.com/sfcompute/nodes-typescript/commit/f6fbb21ada6d6b605cdfd650ed5691332852bcc6))
10+
* **api:** update via SDK Studio ([37f8f8a](https://github.com/sfcompute/nodes-typescript/commit/37f8f8a31cac296661e763426063b9c551e75fb0))
11+
* **api:** update via SDK Studio ([23e635b](https://github.com/sfcompute/nodes-typescript/commit/23e635bc0930f62db5f3acfcb8216576e0258d21))
12+
* **api:** update via SDK Studio ([5584f02](https://github.com/sfcompute/nodes-typescript/commit/5584f024bdfd4c27b967db665eddbadb3e2acd8b))
13+
14+
15+
### Chores
16+
17+
* **ts:** reorder package.json imports ([f66c637](https://github.com/sfcompute/nodes-typescript/commit/f66c63722ad817b550485d2edcd3d7ba0734d7c7))
18+
* update SDK settings ([3cc7184](https://github.com/sfcompute/nodes-typescript/commit/3cc71841d6328ad119132b2b7a448076393b9660))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sfc-nodes",
3-
"version": "0.0.1-alpha.0",
3+
"version": "0.1.0-alpha.1",
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.0.1-alpha.0'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.1'; // x-release-please-version

0 commit comments

Comments
 (0)