diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e1a01c0..0210272 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.29" + ".": "0.1.0-alpha.30" } diff --git a/.stats.yml b/.stats.yml index af54321..5fce0e9 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 15 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company/sfc-nodes-bef77b99228a46dabf4fa0d83d626af67a1f16adf612b90810b99591cb435dcd.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company/sfc-nodes-d7dece4e944ac11225e837381a5f771dc82aa2feb37cc5ddcb83c3ed09367771.yml openapi_spec_hash: e5d9664ddfbca394030b9a9e24246dc7 -config_hash: 4ea510d6a5c84c7055b51a248a2aacbf +config_hash: 8457a42ab599fb499cdacdb3ff40cfe9 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b3b496..73805f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.1.0-alpha.30 (2026-05-18) + +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) + +### Bug Fixes + +* **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)) +* 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)) + ## 0.1.0-alpha.29 (2026-05-18) 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) diff --git a/package.json b/package.json index 1a7743a..094952e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sfcompute/nodes-sdk-alpha", - "version": "0.1.0-alpha.29", + "version": "0.1.0-alpha.30", "description": "The official TypeScript library for the SFC Nodes API", "author": "SFC Nodes ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 2017d79..2ddc20f 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.1.0-alpha.29'; // x-release-please-version +export const VERSION = '0.1.0-alpha.30'; // x-release-please-version