Skip to content

Commit 64b8982

Browse files
committed
chore: release v1.2.1
1 parent c725b06 commit 64b8982

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,7 @@ const scheduler = new TaskScheduler(() => new Error("We are all doomed!"));
481481
```
482482
483483
## Changelog
484-
485-
### **WORK IN PROGRESS**
484+
### 1.2.1 (2025-06-24)
486485
487486
- Fixed some type issues for composite task definitions
488487
- The `waitFor` utility function is now compatible with TaskBuilder objects too

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public"
55
},
66
"description": "A cooperative task scheduler based on generator functions",
7-
"version": "1.2.0",
7+
"version": "1.2.1",
88
"license": "MIT",
99
"type": "module",
1010
"module": "build/index.js",

0 commit comments

Comments
 (0)