Skip to content

Commit 0763cd6

Browse files
chore(release): 5.34.5 [skip ci]
## [5.34.5](v5.34.4...v5.34.5) (2024-12-25) ### Bug Fixes * **dynamic-rate-limit:** validate job lock cases ([#2975](#2975)) ([8bb27ea](8bb27ea))
1 parent 8bb27ea commit 0763cd6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/gitbook/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.34.5](https://github.com/taskforcesh/bullmq/compare/v5.34.4...v5.34.5) (2024-12-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **dynamic-rate-limit:** validate job lock cases ([#2975](https://github.com/taskforcesh/bullmq/issues/2975)) ([8bb27ea](https://github.com/taskforcesh/bullmq/commit/8bb27ea4438cbd11e85fa4d0aa516bd1c0e7d51b))
7+
18
## [5.34.4](https://github.com/taskforcesh/bullmq/compare/v5.34.3...v5.34.4) (2024-12-21)
29

310

package.json

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

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '5.34.4';
1+
export const version = '5.34.5';

0 commit comments

Comments
 (0)