Skip to content

Commit

Permalink
chore(release): 5.7.15 [skip ci]
Browse files Browse the repository at this point in the history
## [5.7.15](v5.7.14...v5.7.15) (2024-06-04)

### Performance Improvements

* **job:** set processedBy using hmset ([#2592](#2592)) (python) ([238680b](238680b))
  • Loading branch information
semantic-release-bot committed Jun 4, 2024
1 parent 238680b commit 92f39fd
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.7.15](https://github.com/taskforcesh/bullmq/compare/v5.7.14...v5.7.15) (2024-06-04)


### Performance Improvements

* **job:** set processedBy using hmset ([#2592](https://github.com/taskforcesh/bullmq/issues/2592)) (python) ([238680b](https://github.com/taskforcesh/bullmq/commit/238680b84593690a73d542dbe1120611c3508b47))

## [5.7.14](https://github.com/taskforcesh/bullmq/compare/v5.7.13...v5.7.14) (2024-05-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.7.14",
"version": "5.7.15",
"description": "Queue for messages and jobs based on Redis",
"homepage": "https://bullmq.io/",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 92f39fd

Please sign in to comment.