Skip to content

Commit

Permalink
chore(release): 5.23.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.23.0](v5.22.0...v5.23.0) (2024-11-02)

### Features

* **scheduler:** add getJobScheduler method ([#2877](#2877)) ref [#2875](#2875) ([956d98c](956d98c))
  • Loading branch information
semantic-release-bot committed Nov 2, 2024
1 parent 956d98c commit 092019f
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.23.0](https://github.com/taskforcesh/bullmq/compare/v5.22.0...v5.23.0) (2024-11-02)


### Features

* **scheduler:** add getJobScheduler method ([#2877](https://github.com/taskforcesh/bullmq/issues/2877)) ref [#2875](https://github.com/taskforcesh/bullmq/issues/2875) ([956d98c](https://github.com/taskforcesh/bullmq/commit/956d98c6890484742bb080919c70692234f28c69))

# [5.22.0](https://github.com/taskforcesh/bullmq/compare/v5.21.2...v5.22.0) (2024-10-31)


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.22.0",
"version": "5.23.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.22.0';
export const version = '5.23.0';

0 comments on commit 092019f

Please sign in to comment.