Skip to content

Commit

Permalink
chore(release): 4.12.7 [skip ci]
Browse files Browse the repository at this point in the history
## [4.12.7](v4.12.6...v4.12.7) (2023-10-29)

### Performance Improvements

* **redis-connection:** check redis version greater or equal than v6 only once ([#2252](#2252)) ([a09b15a](a09b15a))
  • Loading branch information
semantic-release-bot authored and roggervalf committed Oct 31, 2023
1 parent dd93276 commit 815ae16
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 @@
## [4.12.7](https://github.com/taskforcesh/bullmq/compare/v4.12.6...v4.12.7) (2023-10-29)


### Performance Improvements

* **redis-connection:** check redis version greater or equal than v6 only once ([#2252](https://github.com/taskforcesh/bullmq/issues/2252)) ([a09b15a](https://github.com/taskforcesh/bullmq/commit/a09b15af0d5dedfa83bce7130ee9094f3fb69e10))

## [4.12.6](https://github.com/taskforcesh/bullmq/compare/v4.12.5...v4.12.6) (2023-10-26)


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": "4.12.6",
"version": "4.12.7",
"description": "Queue for messages and jobs based on Redis",
"homepage": "https://bullmq.io/",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 815ae16

Please sign in to comment.