Skip to content

Commit

Permalink
chore(release): 5.32.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.32.0](v5.31.2...v5.32.0) (2024-12-08)

### Features

* **queue:** enhance getJobSchedulers method to include template information ([#2956](#2956)) ref [#2875](#2875) ([5b005cd](5b005cd))
  • Loading branch information
semantic-release-bot committed Dec 8, 2024
1 parent 5b005cd commit dfa3e8b
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.32.0](https://github.com/taskforcesh/bullmq/compare/v5.31.2...v5.32.0) (2024-12-08)


### Features

* **queue:** enhance getJobSchedulers method to include template information ([#2956](https://github.com/taskforcesh/bullmq/issues/2956)) ref [#2875](https://github.com/taskforcesh/bullmq/issues/2875) ([5b005cd](https://github.com/taskforcesh/bullmq/commit/5b005cd94ba0f98677bed4a44f8669c81f073f26))

## [5.31.2](https://github.com/taskforcesh/bullmq/compare/v5.31.1...v5.31.2) (2024-12-06)


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.31.2",
"version": "5.32.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.31.2';
export const version = '5.32.0';

0 comments on commit dfa3e8b

Please sign in to comment.