Skip to content

Commit

Permalink
Bump to 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmerk committed Jun 14, 2021
1 parent 60b2228 commit bfeb1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d4c-queue",
"version": "1.6.3",
"version": "1.6.4",
"description": "A task queue executes tasks sequentially or concurrently. Wrap an async/promise-returning/sync function as a queue-ready async function for easy reusing. Support passing arguments/getting return value, @synchronized/@concurrent decorator, Node.js/Browser.",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down

0 comments on commit bfeb1fc

Please sign in to comment.