Skip to content

Commit 555f4dc

Browse files
authored
Merge pull request #230 from neuroglia-io/sdk-typescript-v1.0.0-alpha5-announce
TS SDK v1.0.0-alpha5.0 announcement
2 parents 2347ecc + ecb45b3 commit 555f4dc

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Serverless Workflow TypeScript SDK v1.0.0-alpha5.0 Release
3+
author: Jean-Baptiste Bianchi
4+
date: 2025-01-14
5+
description: >
6+
Announcing the availability of the v1.0.0-alpha5.0 package for the Serverless Workflow TypeScript SDK.
7+
---
8+
9+
# Announcing the Serverless Workflow TypeScript SDK v1.0.0-alpha5.0
10+
11+
Hello, Serverless Workflow community!
12+
13+
We are excited to announce the release of version `1.0.0-alpha5.0` of the TypeScript SDK for the Serverless Workflow specification. This release brings us one step closer to a stable and production-ready v1.0.0.
14+
15+
## Installation Instructions
16+
17+
To start using `v1.0.0-alpha5.0`, you can install it via NPM under the correct organization name:
18+
19+
```bash
20+
npm install @serverlessworkflow/[email protected]
21+
```
22+
23+
For detailed information on how to get started with the SDK, visit the [GitHub repository](https://github.com/serverlessworkflow/sdk-typescript).
24+
25+
## What’s Next?
26+
We are actively working toward the full 1.0.0 release, which will feature comprehensive support for the finalized Serverless Workflow v1.0.0 specification.
27+
28+
Your feedback is invaluable, so please don’t hesitate to share your thoughts and experiences. Try out the new version and let us know how it works for your projects.
29+
30+
Thank you for your continued support and contributions to the Serverless Workflow community. Together, we’re building the future of serverless workflows!
31+
32+
Happy coding!

0 commit comments

Comments
 (0)