Skip to content

Commit

Permalink
chore(release): 4.11.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.11.1](v4.11.0...v4.11.1) (2023-09-20)

### Bug Fixes

* **queue:** differentiate score purpose per state in clean method ([#2133](#2133)) fixes [#2124](#2124) ([862f10b](862f10b))
  • Loading branch information
semantic-release-bot committed Sep 20, 2023
1 parent 862f10b commit 28c817f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/gitbook/changelog.md
@@ -1,3 +1,10 @@
## [4.11.1](https://github.com/taskforcesh/bullmq/compare/v4.11.0...v4.11.1) (2023-09-20)


### Bug Fixes

* **queue:** differentiate score purpose per state in clean method ([#2133](https://github.com/taskforcesh/bullmq/issues/2133)) fixes [#2124](https://github.com/taskforcesh/bullmq/issues/2124) ([862f10b](https://github.com/taskforcesh/bullmq/commit/862f10b586276314d9bffff2a5e6caf939399f7e))

# [4.11.0](https://github.com/taskforcesh/bullmq/compare/v4.10.0...v4.11.0) (2023-09-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bullmq",
"version": "4.11.0",
"version": "4.11.1",
"description": "Queue for messages and jobs based on Redis",
"homepage": "https://bullmq.io/",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 28c817f

Please sign in to comment.