Skip to content

Commit 0aac94b

Browse files
committed
chore: release v1.1.0
1 parent a061807 commit 0aac94b

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
@@ -449,8 +449,7 @@ const scheduler = new TaskScheduler(() => new Error("We are all doomed!"));
449449
```
450450
451451
## Changelog
452-
453-
### **WORK IN PROGRESS**
452+
### 1.1.0 (2025-06-24)
454453
455454
- Add support for task concurrency groups, preventing interleaving related tasks
456455

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

0 commit comments

Comments
 (0)