From e9285cfc8056a21d30543d48e8ccd7983de89115 Mon Sep 17 00:00:00 2001 From: Jesse Tane Date: Sun, 24 Feb 2019 15:45:13 -0500 Subject: [PATCH] 6.0.0 --- package.json | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bff8f98..6ec3231 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "queue", - "version": "5.0.1", + "version": "6.0.0", "description": "asynchronous function queue with adjustable concurrency", "keywords": [ "queue", diff --git a/readme.md b/readme.md index 5bb807c..28b67a3 100644 --- a/readme.md +++ b/readme.md @@ -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: -* [5.1](https://github.com/jessetane/queue/archive/5.1.0.tar.gz) +* [6.0](https://github.com/jessetane/queue/archive/6.0.0.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)