Skip to content

Commit b937436

Browse files
ci: version packages (#8)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dcb02fe commit b937436

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/wicked-humans-turn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# async-worker-queue
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- dcb02fe: Proper handling of errors during worker creation
8+
39
## 0.2.1
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "async-worker-queue",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A queue for async tasks that can be run in parallel with a maximum concurrency",
55
"main": "dist/index.cjs",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)