Skip to content

Commit

Permalink
chore(release): 5.1.12 [skip ci]
Browse files Browse the repository at this point in the history
## [5.1.12](v5.1.11...v5.1.12) (2024-02-16)

### Bug Fixes

* **redis-connection:** close redis connection even when initializing ([#2425](#2425)) fixes [#2385](#2385) ([1bc26a6](1bc26a6))
  • Loading branch information
semantic-release-bot committed Feb 16, 2024
1 parent 1bc26a6 commit 5938664
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.1.12](https://github.com/taskforcesh/bullmq/compare/v5.1.11...v5.1.12) (2024-02-16)


### Bug Fixes

* **redis-connection:** close redis connection even when initializing ([#2425](https://github.com/taskforcesh/bullmq/issues/2425)) fixes [#2385](https://github.com/taskforcesh/bullmq/issues/2385) ([1bc26a6](https://github.com/taskforcesh/bullmq/commit/1bc26a64871b85a2d1f6799a9b73b60f8bf9fa90))

## [5.1.11](https://github.com/taskforcesh/bullmq/compare/v5.1.10...v5.1.11) (2024-02-13)


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

0 comments on commit 5938664

Please sign in to comment.