Skip to content

Commit bdbb6df

Browse files
committed
Bump to 1.7.0
1 parent 40ab573 commit bdbb6df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "d4c-queue",
3-
"version": "1.6.9",
3+
"version": "1.7.0",
44
"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.",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",
@@ -47,7 +47,7 @@
4747
"task-queue",
4848
"tasks",
4949
"task-runner",
50-
"microtask",
50+
"microtask",
5151
"angular"
5252
],
5353
"scripts": {

0 commit comments

Comments
 (0)