From f677bc100c93cdc242e4821e39a4a15193370e0a Mon Sep 17 00:00:00 2001 From: handreyrc Date: Mon, 20 Oct 2025 17:21:22 -0400 Subject: [PATCH] Add version 0.8.4 and typo warning for previous versions to README Signed-off-by: handreyrc --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c237e58..2462739 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,17 @@ With the SDK you can: ### Status -| Latest Releases | Conformance to spec version | +| Latest Releases | Conformance to Spec Version | | :---: | :---: | +| [v0.8.4](https://github.com/serverlessworkflow/sdk-typescript/releases/) | [v0.8](https://github.com/serverlessworkflow/specification/tree/0.8.x) | + +> [!WARNING] +> Previous versions of the SDK were published with a typo in the scope: +> @severlessworkflow/sdk-typescript instead of +> @se**r**verlessworkflow/sdk-typescript + +| Latest Releases | Conformance to spec version | +|:------------------------------------------------------------------------:| :---: | | [v1.0.0](https://github.com/serverlessworkflow/sdk-typescript/releases/) | [v0.6](https://github.com/serverlessworkflow/specification/tree/0.6.x) | | [v2.0.0](https://github.com/serverlessworkflow/sdk-typescript/releases/) | [v0.7](https://github.com/serverlessworkflow/specification/tree/0.7.x) | | [v3.0.0](https://github.com/serverlessworkflow/sdk-typescript/releases/) | [v0.8](https://github.com/serverlessworkflow/specification/tree/0.8.x) |