Skip to content

Commit

Permalink
chore(release): 5.12.6 [skip ci]
Browse files Browse the repository at this point in the history
## [5.12.6](v5.12.5...v5.12.6) (2024-08-14)

### Bug Fixes

* **job:** change moveToFinished return type to reflect jobData ([#2706](#2706)) ref [#2342](#2342) ([de094a3](de094a3))
* **stalled:** support removeDependencyOnFailure option when job is stalled ([#2708](#2708)) ([e0d3790](e0d3790))
  • Loading branch information
semantic-release-bot committed Aug 14, 2024
1 parent e0d3790 commit 69d7ef3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/gitbook/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.12.6](https://github.com/taskforcesh/bullmq/compare/v5.12.5...v5.12.6) (2024-08-14)


### Bug Fixes

* **job:** change moveToFinished return type to reflect jobData ([#2706](https://github.com/taskforcesh/bullmq/issues/2706)) ref [#2342](https://github.com/taskforcesh/bullmq/issues/2342) ([de094a3](https://github.com/taskforcesh/bullmq/commit/de094a361a25886acbee0112bb4341c6b285b1c9))
* **stalled:** support removeDependencyOnFailure option when job is stalled ([#2708](https://github.com/taskforcesh/bullmq/issues/2708)) ([e0d3790](https://github.com/taskforcesh/bullmq/commit/e0d3790e755c4dfe31006b52f177f08b40348e61))

## [5.12.5](https://github.com/taskforcesh/bullmq/compare/v5.12.4...v5.12.5) (2024-08-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bullmq",
"version": "5.12.5",
"version": "5.12.6",
"description": "Queue for messages and jobs based on Redis",
"homepage": "https://bullmq.io/",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 69d7ef3

Please sign in to comment.