Skip to content

Commit

Permalink
chore(release): 5.41.7 [skip ci]
Browse files Browse the repository at this point in the history
## [5.41.7](v5.41.6...v5.41.7) (2025-02-27)

### Bug Fixes

* **scheduler:** validate repeatKey if present when cleaning failed jobs ([#3115](#3115)) fixes [#3114](#3114) ([d4cad84](d4cad84))
  • Loading branch information
semantic-release-bot committed Feb 27, 2025
1 parent d4cad84 commit c0b8c4a
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.7](https://github.com/taskforcesh/bullmq/compare/v5.41.6...v5.41.7) (2025-02-27)


### Bug Fixes

* **scheduler:** validate repeatKey if present when cleaning failed jobs ([#3115](https://github.com/taskforcesh/bullmq/issues/3115)) fixes [#3114](https://github.com/taskforcesh/bullmq/issues/3114) ([d4cad84](https://github.com/taskforcesh/bullmq/commit/d4cad8402628f1773299c9cf33e6cc6a0e694037))

## [5.41.6](https://github.com/taskforcesh/bullmq/compare/v5.41.5...v5.41.6) (2025-02-26)


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

0 comments on commit c0b8c4a

Please sign in to comment.