Skip to content

Commit 71733cc

Browse files
chore(release): 5.34.10 [skip ci]
## [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))
1 parent 95edb40 commit 71733cc

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/gitbook/changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.34.10](https://github.com/taskforcesh/bullmq/compare/v5.34.9...v5.34.10) (2025-01-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
18
## [5.34.9](https://github.com/taskforcesh/bullmq/compare/v5.34.8...v5.34.9) (2025-01-12)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bullmq",
3-
"version": "5.34.9",
3+
"version": "5.34.10",
44
"description": "Queue for messages and jobs based on Redis",
55
"homepage": "https://bullmq.io/",
66
"main": "./dist/cjs/index.js",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '5.34.9';
1+
export const version = '5.34.10';

0 commit comments

Comments
 (0)