Skip to content

Commit a085c82

Browse files
chore(release): 5.49.1 [skip ci]
## [5.49.1](v5.49.0...v5.49.1) (2025-04-17) ### Bug Fixes * **flow-producer:** use FlowProducer prefix by defualt when calling getFlow ([#3224](#3224)) ([bd17aad](bd17aad))
1 parent bd17aad commit a085c82

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.49.1](https://github.com/taskforcesh/bullmq/compare/v5.49.0...v5.49.1) (2025-04-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **flow-producer:** use FlowProducer prefix by defualt when calling getFlow ([#3224](https://github.com/taskforcesh/bullmq/issues/3224)) ([bd17aad](https://github.com/taskforcesh/bullmq/commit/bd17aad64ec73917548e1bb45ee611b799363cc0))
7+
18
# [5.49.0](https://github.com/taskforcesh/bullmq/compare/v5.48.1...v5.49.0) (2025-04-16)
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.49.0",
3+
"version": "5.49.1",
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.49.0';
1+
export const version = '5.49.1';

0 commit comments

Comments
 (0)