Skip to content

Commit

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

### Bug Fixes

* **job-scheduler:** use delayed job data when template data is not present ([#3010](#3010)) fixes [#3009](#3009) ([95edb40](95edb40))
  • Loading branch information
semantic-release-bot committed Jan 14, 2025
1 parent 95edb40 commit 71733cc
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.10](https://github.com/taskforcesh/bullmq/compare/v5.34.9...v5.34.10) (2025-01-14)


### Bug Fixes

* **job-scheduler:** use delayed job data when template data is not present ([#3010](https://github.com/taskforcesh/bullmq/issues/3010)) fixes [#3009](https://github.com/taskforcesh/bullmq/issues/3009) ([95edb40](https://github.com/taskforcesh/bullmq/commit/95edb4008fcd32f09ec0953d862692d4ac7608c0))

## [5.34.9](https://github.com/taskforcesh/bullmq/compare/v5.34.8...v5.34.9) (2025-01-12)


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

0 comments on commit 71733cc

Please sign in to comment.