Skip to content

Commit

Permalink
6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jessetane committed Mar 19, 2019
1 parent ca775c0 commit 0b663a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "queue",
"version": "6.0.0",
"version": "6.0.1",
"description": "asynchronous function queue with adjustable concurrency",
"keywords": [
"queue",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ After all jobs have been processed

## Releases
The latest stable release is published to [npm](http://npmjs.org/queue). Abbreviated changelog below:
* [6.0](https://github.com/jessetane/queue/archive/6.0.0.tar.gz)
* [6.0](https://github.com/jessetane/queue/archive/6.0.1.tar.gz)
* Add `start` event before job begins (@joelgriffith)
* Add `timeout` property on a job to override the queue's timeout (@joelgriffith)
* [5.0](https://github.com/jessetane/queue/archive/5.0.0.tar.gz)
Expand Down

0 comments on commit 0b663a8

Please sign in to comment.