Skip to content

Commit

Permalink
chore(release): 4.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.2](v4.1.1...v4.1.2) (2021-12-14)

### Performance Improvements

* speed up performance of queue.clean when called with a limit ([#2205](#2205)) ([c20e469](c20e469))
  • Loading branch information
semantic-release-bot committed Dec 14, 2021
1 parent e5cc075 commit ffd3f9b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bull",
"version": "4.1.1",
"version": "4.1.2",
"description": "Job manager",
"engines": {
"node": ">=10.1"
Expand Down

0 comments on commit ffd3f9b

Please sign in to comment.