Skip to content

Commit

Permalink
chore(release): 5.39.2 [skip ci]
Browse files Browse the repository at this point in the history
## [5.39.2](v5.39.1...v5.39.2) (2025-02-02)

### Bug Fixes

* **worker:** evaluate if a job needs to be fetched when moving to failed ([#3043](#3043)) ([406e21c](406e21c))
  • Loading branch information
semantic-release-bot committed Feb 2, 2025
1 parent 406e21c commit 56aabb0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/gitbook/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.39.2](https://github.com/taskforcesh/bullmq/compare/v5.39.1...v5.39.2) (2025-02-02)


### Bug Fixes

* **worker:** evaluate if a job needs to be fetched when moving to failed ([#3043](https://github.com/taskforcesh/bullmq/issues/3043)) ([406e21c](https://github.com/taskforcesh/bullmq/commit/406e21c9aadd7670f353c1c6b102a401fc327653))

## [5.39.1](https://github.com/taskforcesh/bullmq/compare/v5.39.0...v5.39.1) (2025-01-30)


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.39.1",
"version": "5.39.2",
"description": "Queue for messages and jobs based on Redis",
"homepage": "https://bullmq.io/",
"main": "./dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '5.39.1';
export const version = '5.39.2';

0 comments on commit 56aabb0

Please sign in to comment.