Skip to content

Commit

Permalink
chore(release): 5.17.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.17.0](v5.16.0...v5.17.0) (2024-10-07)

### Bug Fixes

* **sandbox:** catch exit errors ([#2800](#2800)) ([6babb9e](6babb9e))

### Features

* **job:** add deduplication logic ([#2796](#2796)) ([0a4982d](0a4982d))
  • Loading branch information
semantic-release-bot committed Oct 7, 2024
1 parent 0a4982d commit 80ca463
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/gitbook/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [5.17.0](https://github.com/taskforcesh/bullmq/compare/v5.16.0...v5.17.0) (2024-10-07)


### Bug Fixes

* **sandbox:** catch exit errors ([#2800](https://github.com/taskforcesh/bullmq/issues/2800)) ([6babb9e](https://github.com/taskforcesh/bullmq/commit/6babb9e2f355feaf9bd1a8ed229c1001e6de7144))


### Features

* **job:** add deduplication logic ([#2796](https://github.com/taskforcesh/bullmq/issues/2796)) ([0a4982d](https://github.com/taskforcesh/bullmq/commit/0a4982d05d27c066248290ab9f59349b802d02d5))

# [5.16.0](https://github.com/taskforcesh/bullmq/compare/v5.15.0...v5.16.0) (2024-10-06)


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.16.0",
"version": "5.17.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 80ca463

Please sign in to comment.