Skip to content

Commit

Permalink
release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygd committed Oct 17, 2024
1 parent 2874711 commit f320a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@henrygd/queue",
"version": "1.0.6",
"version": "1.0.7",
"exports": "./index.ts",
"imports": {
"async_hooks": "node:async_hooks",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@henrygd/queue",
"version": "1.0.6",
"version": "1.0.7",
"license": "MIT",
"type": "module",
"description": "Tiny async queue with concurrency control. Like p-limit or fastq, but smaller and faster.",
Expand Down

0 comments on commit f320a33

Please sign in to comment.