Skip to content

Commit

Permalink
chore(release): 5.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.12.0](v5.11.0...v5.12.0) (2024-08-01)

### Features

* **queue-events:** pass debounceId as a param of debounced event ([#2678](#2678)) ([97fb97a](97fb97a))
  • Loading branch information
semantic-release-bot committed Aug 1, 2024
1 parent 97fb97a commit 00c3037
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.12.0](https://github.com/taskforcesh/bullmq/compare/v5.11.0...v5.12.0) (2024-08-01)


### Features

* **queue-events:** pass debounceId as a param of debounced event ([#2678](https://github.com/taskforcesh/bullmq/issues/2678)) ([97fb97a](https://github.com/taskforcesh/bullmq/commit/97fb97a054d6cebbe1d7ff1cb5c46d7da1c018d8))

# [5.11.0](https://github.com/taskforcesh/bullmq/compare/v5.10.4...v5.11.0) (2024-07-29)


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.11.0",
"version": "5.12.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 00c3037

Please sign in to comment.