Skip to content

Commit 4618630

Browse files
committed
chore: release v1.2.0
1 parent a0499e2 commit 4618630

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.0 (2025-06-24)
486485
487486
- Add utility method `waitFor` for type-safe yielding of Promises
488487

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.1.0",
7+
"version": "1.2.0",
88
"license": "MIT",
99
"type": "module",
1010
"module": "build/index.js",

0 commit comments

Comments
 (0)