Comparing version 3.22.3 to 3.22.4
@@ -0,1 +1,8 @@ | ||
## [3.22.4](https://github.com/OptimalBits/bull/compare/v3.22.3...v3.22.4) (2021-04-27) | ||
### Bug Fixes | ||
* also populate retriedOn when loading from id with excludeData ([0964b39](https://github.com/OptimalBits/bull/commit/0964b390d9190510f0d016f4eb2a3f1bc6cdb4e5)) | ||
## [3.22.3](https://github.com/OptimalBits/bull/compare/v3.22.2...v3.22.3) (2021-04-23) | ||
@@ -2,0 +9,0 @@ |
@@ -31,2 +31,3 @@ 'use strict'; | ||
'processedOn', | ||
'retriedOn', | ||
'failedReason', | ||
@@ -33,0 +34,0 @@ 'attemptsMade', |
{ | ||
"name": "bull", | ||
"version": "3.22.3", | ||
"version": "3.22.4", | ||
"description": "Job manager", | ||
@@ -5,0 +5,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
164256
3197