We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c725b06 commit 64b8982Copy full SHA for 64b8982
README.md
@@ -481,8 +481,7 @@ const scheduler = new TaskScheduler(() => new Error("We are all doomed!"));
481
```
482
483
## Changelog
484
-
485
-### **WORK IN PROGRESS**
+### 1.2.1 (2025-06-24)
486
487
- Fixed some type issues for composite task definitions
488
- The `waitFor` utility function is now compatible with TaskBuilder objects too
package.json
@@ -4,7 +4,7 @@
4
"access": "public"
5
},
6
"description": "A cooperative task scheduler based on generator functions",
7
- "version": "1.2.0",
+ "version": "1.2.1",
8
"license": "MIT",
9
"type": "module",
10
"module": "build/index.js",
0 commit comments