Skip to content

Commit c66c03d

Browse files
chore(release): 3.5.10 [skip ci]
## [3.5.10](v3.5.9...v3.5.10) (2023-01-24) ### Bug Fixes * **move-to-finished:** return correct delayUntil ([#1643](#1643)) ([c4bf9fa](c4bf9fa))
1 parent c4bf9fa commit c66c03d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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+
## [3.5.10](https://github.com/taskforcesh/bullmq/compare/v3.5.9...v3.5.10) (2023-01-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **move-to-finished:** return correct delayUntil ([#1643](https://github.com/taskforcesh/bullmq/issues/1643)) ([c4bf9fa](https://github.com/taskforcesh/bullmq/commit/c4bf9fa6563eda1630d8eb2189b16e9324b01c7f))
7+
18
## [3.5.9](https://github.com/taskforcesh/bullmq/compare/v3.5.8...v3.5.9) (2023-01-19)
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": "3.5.9",
3+
"version": "3.5.10",
44
"description": "Queue for messages and jobs based on Redis",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)