Skip to content

Commit bd7b359

Browse files
committed
0.2.8-alpha.10
1 parent acd54a8 commit bd7b359

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
@@ -14,6 +14,7 @@
1414
This helps when you have statically generated types which can't do branded strings.
1515
- Adds a /test entrypoint to make testing easier
1616
- Exports the `WorkflowCtx` and `WorkflowStep` types
17+
- Support for Math.random via seeded PRNG.
1718

1819
## 0.2.7
1920

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

0 commit comments

Comments
 (0)