Skip to content

Commit

Permalink
chore(release): 5.14.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.14.0](v5.13.2...v5.14.0) (2024-09-30)

### Features

* **worker-thread:** allow passing Worker options ([#2791](#2791)) ref [#1555](#1555) ([6a1f7a9](6a1f7a9))
  • Loading branch information
semantic-release-bot committed Sep 30, 2024
1 parent 6a1f7a9 commit 626d9cd
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.14.0](https://github.com/taskforcesh/bullmq/compare/v5.13.2...v5.14.0) (2024-09-30)


### Features

* **worker-thread:** allow passing Worker options ([#2791](https://github.com/taskforcesh/bullmq/issues/2791)) ref [#1555](https://github.com/taskforcesh/bullmq/issues/1555) ([6a1f7a9](https://github.com/taskforcesh/bullmq/commit/6a1f7a9f0303561d6ec7b2005ba0227132b89e07))

## [5.13.2](https://github.com/taskforcesh/bullmq/compare/v5.13.1...v5.13.2) (2024-09-20)


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.13.2",
"version": "5.14.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 626d9cd

Please sign in to comment.