Skip to content

Commit 529f14b

Browse files
chore(release): 5.52.3 [skip ci]
## [5.52.3](v5.52.2...v5.52.3) (2025-05-19) ### Bug Fixes * **flow:** add new error code when parent has failed children ([#3268](#3268)) ([b8fba5e](b8fba5e)) ### Features * **job:** add moveToCompleted method [python] ([#3251](#3251)) ([6a8e3e2](6a8e3e2))
1 parent b8fba5e commit 529f14b

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

docs/gitbook/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [5.52.3](https://github.com/taskforcesh/bullmq/compare/v5.52.2...v5.52.3) (2025-05-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **flow:** add new error code when parent has failed children ([#3268](https://github.com/taskforcesh/bullmq/issues/3268)) ([b8fba5e](https://github.com/taskforcesh/bullmq/commit/b8fba5e937a41d0c7ddc97443e9fa8d0f0de566b))
7+
8+
9+
### Features
10+
11+
* **job:** add moveToCompleted method [python] ([#3251](https://github.com/taskforcesh/bullmq/issues/3251)) ([6a8e3e2](https://github.com/taskforcesh/bullmq/commit/6a8e3e206384b56063c6f5a46ca030d2b330c712))
12+
113
## [5.52.2](https://github.com/taskforcesh/bullmq/compare/v5.52.1...v5.52.2) (2025-05-08)
214

315

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.52.2",
3+
"version": "5.52.3",
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.52.2';
1+
export const version = '5.52.3';

0 commit comments

Comments
 (0)