Skip to content

Commit

Permalink
chore(release): 5.25.5 [skip ci]
Browse files Browse the repository at this point in the history
## [5.25.5](v5.25.4...v5.25.5) (2024-11-11)

### Bug Fixes

* **connection:** do not allow to set blockingConnection option ([#2851](#2851)) ([9391cc2](9391cc2))
  • Loading branch information
semantic-release-bot committed Nov 11, 2024
1 parent 9391cc2 commit 293df08
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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.25.5](https://github.com/taskforcesh/bullmq/compare/v5.25.4...v5.25.5) (2024-11-11)


### Bug Fixes

* **connection:** do not allow to set blockingConnection option ([#2851](https://github.com/taskforcesh/bullmq/issues/2851)) ([9391cc2](https://github.com/taskforcesh/bullmq/commit/9391cc22200914ecc8958972ebc580862a70f63c))

## [5.25.4](https://github.com/taskforcesh/bullmq/compare/v5.25.3...v5.25.4) (2024-11-10)


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.25.4",
"version": "5.25.5",
"description": "Queue for messages and jobs based on Redis",
"homepage": "https://bullmq.io/",
"main": "./dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '5.25.4';
export const version = '5.25.5';

0 comments on commit 293df08

Please sign in to comment.