Skip to content

Commit e9d128b

Browse files
committed
0.2.5
1 parent 8f2727e commit e9d128b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22

33
## 0.2.5
44

5+
- Call the onComplete handler for canceled workflows
6+
- Canceling is more graceful - canceled steps generally won't print errors
57
- Allow `startAsync` to enqueue the starting of the workflow
68
to allow starting many workflows safely.

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.5-alpha.0",
3+
"version": "0.2.5",
44
"description": "Convex component for durably executing workflows.",
55
"keywords": [
66
"convex",

0 commit comments

Comments
 (0)