Skip to content

Commit

Permalink
chore(release): 5.34.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.34.1](v5.34.0...v5.34.1) (2024-12-13)

### Bug Fixes

* guarantee every repeatable jobs are slotted ([9917df1](9917df1))
* **job-scheduler:** avoid duplicated delayed jobs when repeatable jobs are retried ([af75315](af75315))
  • Loading branch information
semantic-release-bot committed Dec 13, 2024
1 parent af75315 commit af02061
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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.34.1](https://github.com/taskforcesh/bullmq/compare/v5.34.0...v5.34.1) (2024-12-13)


### Bug Fixes

* guarantee every repeatable jobs are slotted ([9917df1](https://github.com/taskforcesh/bullmq/commit/9917df166aff2e2f143c45297f41ac8520bfc8ae))
* **job-scheduler:** avoid duplicated delayed jobs when repeatable jobs are retried ([af75315](https://github.com/taskforcesh/bullmq/commit/af75315f0c7923f5e0a667a9ed4606b28b89b719))

# [5.34.0](https://github.com/taskforcesh/bullmq/compare/v5.33.1...v5.34.0) (2024-12-10)


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

0 comments on commit af02061

Please sign in to comment.