Skip to content

Commit

Permalink
chore(release): 1.66.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.66.1](v1.66.0...v1.66.1) (2022-01-25)

### Bug Fixes

* **job:** increase attemptsMade when moving job to active ([#1009](#1009)) fixes [#1002](#1002) ([0974ae0](0974ae0))
  • Loading branch information
semantic-release-bot committed Jan 25, 2022
1 parent 0974ae0 commit 30a9bc6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/gitbook/changelog.md
@@ -1,3 +1,10 @@
## [1.66.1](https://github.com/taskforcesh/bullmq/compare/v1.66.0...v1.66.1) (2022-01-25)


### Bug Fixes

* **job:** increase attemptsMade when moving job to active ([#1009](https://github.com/taskforcesh/bullmq/issues/1009)) fixes [#1002](https://github.com/taskforcesh/bullmq/issues/1002) ([0974ae0](https://github.com/taskforcesh/bullmq/commit/0974ae0ff6db73c223be4b18fb2aab53b6a23c88))

# [1.66.0](https://github.com/taskforcesh/bullmq/compare/v1.65.1...v1.66.0) (2022-01-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bullmq",
"version": "1.66.0",
"version": "1.66.1",
"description": "Queue for messages and jobs based on Redis",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 30a9bc6

Please sign in to comment.