Skip to content

Commit

Permalink
chore(release): 5.41.3 [skip ci]
Browse files Browse the repository at this point in the history
## [5.41.3](v5.41.2...v5.41.3) (2025-02-19)

### Bug Fixes

* **worker:** do not execute run method when no processor is defined when resuming ([#3089](#3089)) ([4a66933](4a66933))
  • Loading branch information
semantic-release-bot committed Feb 19, 2025
1 parent 4a66933 commit f0c6803
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.41.3](https://github.com/taskforcesh/bullmq/compare/v5.41.2...v5.41.3) (2025-02-19)


### Bug Fixes

* **worker:** do not execute run method when no processor is defined when resuming ([#3089](https://github.com/taskforcesh/bullmq/issues/3089)) ([4a66933](https://github.com/taskforcesh/bullmq/commit/4a66933496db68a84ec7eb7c153fcedb7bd14c7b))

## [5.41.2](https://github.com/taskforcesh/bullmq/compare/v5.41.1...v5.41.2) (2025-02-16)


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.41.2",
"version": "5.41.3",
"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.41.2';
export const version = '5.41.3';

0 comments on commit f0c6803

Please sign in to comment.