Skip to content

Commit adc07e5

Browse files
committed
0.2.7
1 parent ab03429 commit adc07e5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.2.7 alpha
3+
## 0.2.7
44

55
- Support for console logging & timing in workflows
66
- Support for Date.now() in workflows
@@ -11,6 +11,7 @@
1111
on their first invocation.
1212
- Increases the max journal size from 1MB to 8MB
1313
- Adds the WorkflowId type to step.workflowId
14+
- Exposes /test entrypoint to make testing easier
1415

1516
## 0.2.6
1617

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

0 commit comments

Comments
 (0)