Skip to content

Commit

Permalink
chore(release): 5.34.9 [skip ci]
Browse files Browse the repository at this point in the history
## [5.34.9](v5.34.8...v5.34.9) (2025-01-12)

### Bug Fixes

* **job-scheduler:** add next delayed job only when prevMillis matches with producerId ([#3001](#3001)) ([4ea35dd](4ea35dd))
  • Loading branch information
semantic-release-bot committed Jan 12, 2025
1 parent 4ea35dd commit 884ec22
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.34.9](https://github.com/taskforcesh/bullmq/compare/v5.34.8...v5.34.9) (2025-01-12)


### Bug Fixes

* **job-scheduler:** add next delayed job only when prevMillis matches with producerId ([#3001](https://github.com/taskforcesh/bullmq/issues/3001)) ([4ea35dd](https://github.com/taskforcesh/bullmq/commit/4ea35dd9e16ff0197f204210696f41c0c5bd0e30))

## [5.34.8](https://github.com/taskforcesh/bullmq/compare/v5.34.7...v5.34.8) (2025-01-08)


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

0 comments on commit 884ec22

Please sign in to comment.