Skip to content

Commit 5a321c1

Browse files
release: 0.1.0-alpha.30 (#42)
1 parent 1495892 commit 5a321c1

5 files changed

Lines changed: 14 additions & 5 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.29"
2+
".": "0.1.0-alpha.30"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 15
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company/sfc-nodes-bef77b99228a46dabf4fa0d83d626af67a1f16adf612b90810b99591cb435dcd.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company/sfc-nodes-d7dece4e944ac11225e837381a5f771dc82aa2feb37cc5ddcb83c3ed09367771.yml
33
openapi_spec_hash: e5d9664ddfbca394030b9a9e24246dc7
4-
config_hash: 4ea510d6a5c84c7055b51a248a2aacbf
4+
config_hash: 8457a42ab599fb499cdacdb3ff40cfe9

CHANGELOG.md

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

3+
## 0.1.0-alpha.30 (2026-05-18)
4+
5+
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)
6+
7+
### Bug Fixes
8+
9+
* **publish:** pin yarn publish to registry.npmjs.org ([#41](https://github.com/sfcompute/nodes-typescript/issues/41)) ([36e044e](https://github.com/sfcompute/nodes-typescript/commit/36e044e8c8b9a5cc1a13a7825ff3a5090838085d))
10+
* use `npm publish` so the auth token actually gets used ([#43](https://github.com/sfcompute/nodes-typescript/issues/43)) ([1495892](https://github.com/sfcompute/nodes-typescript/commit/14958928dc85f03f2773823ce8f9ca04b1ad6a52))
11+
312
## 0.1.0-alpha.29 (2026-05-18)
413

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

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

0 commit comments

Comments
 (0)