Skip to content

Commit 637bbfc

Browse files
chore(release): 5.70.2 (#3857)
1 parent 504b536 commit 637bbfc

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.70.2](https://github.com/taskforcesh/bullmq/compare/v5.70.1...v5.70.2) (2026-03-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **auto-remove:** remove orphaned jobs when auto-remove is enabled ([#3853](https://github.com/taskforcesh/bullmq/issues/3853)) ([504b536](https://github.com/taskforcesh/bullmq/commit/504b53689a29b3b4ddc902d25211a92da6a4d7af))
7+
18
## [5.70.1](https://github.com/taskforcesh/bullmq/compare/v5.70.0...v5.70.1) (2026-02-23)
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.70.1",
3+
"version": "5.70.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.70.1';
1+
export const version = '5.70.2';

0 commit comments

Comments
 (0)