There was an error while loading. Please reload this page.
1 parent c4bf9fa commit c66c03dCopy full SHA for c66c03d
docs/gitbook/changelog.md
@@ -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
8
## [3.5.9](https://github.com/taskforcesh/bullmq/compare/v3.5.8...v3.5.9) (2023-01-19)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "bullmq",
- "version": "3.5.9",
+ "version": "3.5.10",
"description": "Queue for messages and jobs based on Redis",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
0 commit comments