Skip to content

Commit

Permalink
chore(release): 5.25.2 [skip ci]
Browse files Browse the repository at this point in the history
## [5.25.2](v5.25.1...v5.25.2) (2024-11-08)

### Bug Fixes

* **worker:** allow retrieving concurrency value ([#2883](#2883)) fixes [#2880](#2880) ([52f6317](52f6317))
  • Loading branch information
semantic-release-bot committed Nov 8, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
codesome Ganesh Vernekar
1 parent 52f6317 commit d5f9efe
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.2](https://github.com/taskforcesh/bullmq/compare/v5.25.1...v5.25.2) (2024-11-08)


### Bug Fixes

* **worker:** allow retrieving concurrency value ([#2883](https://github.com/taskforcesh/bullmq/issues/2883)) fixes [#2880](https://github.com/taskforcesh/bullmq/issues/2880) ([52f6317](https://github.com/taskforcesh/bullmq/commit/52f6317ecd2080a5c9684a4fe384e20d86f21de4))

## [5.25.1](https://github.com/taskforcesh/bullmq/compare/v5.25.0...v5.25.1) (2024-11-07)


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.1",
"version": "5.25.2",
"description": "Queue for messages and jobs based on Redis",
"homepage": "https://bullmq.io/",
"main": "./dist/cjs/index.js",
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.1';
export const version = '5.25.2';

0 comments on commit d5f9efe

Please sign in to comment.