Comparing version 4.1.1 to 4.1.2
@@ -0,1 +1,8 @@ | ||
## [4.1.2](https://github.com/OptimalBits/bull/compare/v4.1.1...v4.1.2) (2021-12-14) | ||
### Performance Improvements | ||
* speed up performance of queue.clean when called with a limit ([#2205](https://github.com/OptimalBits/bull/issues/2205)) ([c20e469](https://github.com/OptimalBits/bull/commit/c20e469dcd71fd13e23e922f2720f55450311d22)) | ||
## [4.1.1](https://github.com/OptimalBits/bull/compare/v4.1.0...v4.1.1) (2021-11-16) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "bull", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Job manager", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -29,5 +29,2 @@ | ||
</a> | ||
<a href="http://travis-ci.org/OptimalBits/bull"> | ||
<img src="https://img.shields.io/travis/OptimalBits/bull/master.svg"/> | ||
</a> | ||
<a href="http://badge.fury.io/js/bull"> | ||
@@ -45,2 +42,5 @@ <img src="https://badge.fury.io/js/bull.svg"/> | ||
</a> | ||
<a href="https://twitter.com/manast"> | ||
<img src="https://img.shields.io/twitter/follow/manast?label=Stay%20updated&style=social"/> | ||
</a> | ||
</p> | ||
@@ -47,0 +47,0 @@ </div> |
Sorry, the diff of this file is not supported yet
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
177263