Skip to content

Commit 927d2a5

Browse files
chore(release): 5.3.2 [skip ci]
## [5.3.2](v5.3.1...v5.3.2) (2024-02-24) ### Bug Fixes * **sandbox:** extend SandboxedJob from JobJsonSandbox ([#2446](#2446)) fixes [#2439](#2439) ([7606e36](7606e36))
1 parent 7606e36 commit 927d2a5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/gitbook/changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.3.2](https://github.com/taskforcesh/bullmq/compare/v5.3.1...v5.3.2) (2024-02-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **sandbox:** extend SandboxedJob from JobJsonSandbox ([#2446](https://github.com/taskforcesh/bullmq/issues/2446)) fixes [#2439](https://github.com/taskforcesh/bullmq/issues/2439) ([7606e36](https://github.com/taskforcesh/bullmq/commit/7606e3611f1cc18b1585c08b0f7fd9cb90749c9c))
7+
18
## [5.3.1](https://github.com/taskforcesh/bullmq/compare/v5.3.0...v5.3.1) (2024-02-22)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bullmq",
3-
"version": "5.3.1",
3+
"version": "5.3.2",
44
"description": "Queue for messages and jobs based on Redis",
55
"homepage": "https://bullmq.io/",
66
"main": "./dist/cjs/index.js",

0 commit comments

Comments
 (0)