Skip to content

Commit

Permalink
chore(release): 5.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.11.0](v5.10.4...v5.11.0) (2024-07-29)

### Features

* **job:** allow passing a debounce as option ([#2666](#2666)) ([163ccea](163ccea))
  • Loading branch information
semantic-release-bot committed Jul 29, 2024
1 parent 163ccea commit 1b31a6c
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [5.11.0](https://github.com/taskforcesh/bullmq/compare/v5.10.4...v5.11.0) (2024-07-29)


### Features

* **job:** allow passing a debounce as option ([#2666](https://github.com/taskforcesh/bullmq/issues/2666)) ([163ccea](https://github.com/taskforcesh/bullmq/commit/163ccea19ef48191c4db6da27638ff6fb0080a74))

## [5.10.4](https://github.com/taskforcesh/bullmq/compare/v5.10.3...v5.10.4) (2024-07-26)


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

0 comments on commit 1b31a6c

Please sign in to comment.