Skip to content

Commit

Permalink
chore(release): 5.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.13.0](v5.12.15...v5.13.0) (2024-09-11)

### Features

* **queue:** add getDebounceJobId method ([#2717](#2717)) ([a68ead9](a68ead9))
  • Loading branch information
semantic-release-bot committed Sep 11, 2024
1 parent a68ead9 commit 44a2d62
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.13.0](https://github.com/taskforcesh/bullmq/compare/v5.12.15...v5.13.0) (2024-09-11)


### Features

* **queue:** add getDebounceJobId method ([#2717](https://github.com/taskforcesh/bullmq/issues/2717)) ([a68ead9](https://github.com/taskforcesh/bullmq/commit/a68ead95f32a7d9dabba602895d05c22794b2c02))

## [5.12.15](https://github.com/taskforcesh/bullmq/compare/v5.12.14...v5.12.15) (2024-09-10)


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.12.15",
"version": "5.13.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 44a2d62

Please sign in to comment.