Skip to content

Commit b4e2738

Browse files
chore(release): 5.49.2 [skip ci]
## [5.49.2](v5.49.1...v5.49.2) (2025-04-21) ### Performance Improvements * **flow:** change parent failure in a lazy way ([#3228](#3228)) ([6b37a37](6b37a37))
1 parent 6b37a37 commit b4e2738

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.2](https://github.com/taskforcesh/bullmq/compare/v5.49.1...v5.49.2) (2025-04-21)
2+
3+
4+
### Performance Improvements
5+
6+
* **flow:** change parent failure in a lazy way ([#3228](https://github.com/taskforcesh/bullmq/issues/3228)) ([6b37a37](https://github.com/taskforcesh/bullmq/commit/6b37a379cc65abe7b4c60ba427065957c9080a08))
7+
18
## [5.49.1](https://github.com/taskforcesh/bullmq/compare/v5.49.0...v5.49.1) (2025-04-17)
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.1",
3+
"version": "5.49.2",
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.1';
1+
export const version = '5.49.2';

0 commit comments

Comments
 (0)