Skip to content

Commit 60936f9

Browse files
committed
0.2.8-alpha.6
1 parent 5077927 commit 60936f9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- Simplifies the onComplete type requirement so you can accept a workflowId as a string.
1414
This helps when you have statically generated types which can't do branded strings.
1515
- Adds a /test entrypoint to make testing easier
16+
- Exports the `WorkflowCtx` and `WorkflowStep` types
1617

1718
## 0.2.7
1819

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@convex-dev/workflow",
3-
"version": "0.2.8-alpha.5",
3+
"version": "0.2.8-alpha.6",
44
"description": "Convex component for durably executing workflows.",
55
"keywords": [
66
"convex",

0 commit comments

Comments
 (0)