Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli Skeggs committed Jan 28, 2020
1 parent 1c06797 commit b9ffac9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions HISTORY.md
@@ -1,3 +1,12 @@
1.2.3 / 2020-01-28
==================

* Allow arbitrary values for progress (#109).
* Fix cleanup of event redis client (#178).
* Fix bluebird warning spam (#85).
* Update Typescript definition for `Queue#close` method (#180).
* Remove Node 4, 6 from CI (#156, 223151c).

1.2.2 / 2018-01-25
==================

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bee-queue",
"version": "1.2.2",
"version": "1.2.3",
"description": "A simple, fast, robust job/task queue, backed by Redis.",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit b9ffac9

Please sign in to comment.