Skip to content

Commit 37a01ef

Browse files
committed
0.3.2
1 parent d5760f1 commit 37a01ef

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.3.2
4+
5+
- The WorkflowCtx (`ctx`) now matches the type of GenericActionCtx for basic
6+
functionality like `ctx.runMutation` / etc. so it's easier to use with things
7+
like components that only need that API. e.g. calling `resend.sendEmail(ctx,`
8+
with the Workflow's ctx.
9+
310
## 0.3.1
411

512
- Bumps the workpool version dependency and automatically registers it in tests.

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

0 commit comments

Comments
 (0)