Skip to content

Commit 698ee69

Browse files
release: 0.1.0-alpha.30
1 parent 7409faf commit 698ee69

4 files changed

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

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)