Skip to content

Commit

Permalink
chore(release): 5.38.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.38.0](v5.37.0...v5.38.0) (2025-01-28)

### Bug Fixes

* **flow-producer:** add support for skipWaitingForReady ([6d829fc](6d829fc))

### Features

* **queue:** add option to skip wait until connection ready ([e728299](e728299))
  • Loading branch information
semantic-release-bot committed Jan 28, 2025
1 parent 6d829fc commit 36044c3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/gitbook/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [5.38.0](https://github.com/taskforcesh/bullmq/compare/v5.37.0...v5.38.0) (2025-01-28)


### Bug Fixes

* **flow-producer:** add support for skipWaitingForReady ([6d829fc](https://github.com/taskforcesh/bullmq/commit/6d829fceda9f204f193c533ffc780962692b8f16))


### Features

* **queue:** add option to skip wait until connection ready ([e728299](https://github.com/taskforcesh/bullmq/commit/e72829922d4234b92290346dce5d33f5b98ee373))

# [5.37.0](https://github.com/taskforcesh/bullmq/compare/v5.36.0...v5.37.0) (2025-01-25)


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.37.0",
"version": "5.38.0",
"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.37.0';
export const version = '5.38.0';

0 comments on commit 36044c3

Please sign in to comment.