Skip to content

Commit

Permalink
chore(release): 5.34.7 [skip ci]
Browse files Browse the repository at this point in the history
## [5.34.7](v5.34.6...v5.34.7) (2025-01-06)

### Performance Improvements

* **job-scheduler:** add delayed job and scheduler in same script ([#2993](#2993)) ([95718e8](95718e8))
  • Loading branch information
semantic-release-bot committed Jan 6, 2025
1 parent 95718e8 commit acd8bd7
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.7](https://github.com/taskforcesh/bullmq/compare/v5.34.6...v5.34.7) (2025-01-06)


### Performance Improvements

* **job-scheduler:** add delayed job and scheduler in same script ([#2993](https://github.com/taskforcesh/bullmq/issues/2993)) ([95718e8](https://github.com/taskforcesh/bullmq/commit/95718e888ba64b4071f21bbe0823b55a51ab145c))

## [5.34.6](https://github.com/taskforcesh/bullmq/compare/v5.34.5...v5.34.6) (2024-12-31)


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

0 comments on commit acd8bd7

Please sign in to comment.