Skip to content

Commit

Permalink
chore(release): 5.30.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.30.0](v5.29.1...v5.30.0) (2024-11-29)

### Bug Fixes

* **job-scheduler:** upsert template when same pattern options are provided ([#2943](#2943)) ref [#2940](#2940) ([b56c3b4](b56c3b4))

### Features

* **queue:** add getDelayedCount method [python] ([#2934](#2934)) ([71ce75c](71ce75c))
* **queue:** add getJobSchedulersCount method ([#2945](#2945)) ([38820dc](38820dc))
  • Loading branch information
semantic-release-bot committed Nov 29, 2024
1 parent 38820dc commit d0c473f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions docs/gitbook/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [5.30.0](https://github.com/taskforcesh/bullmq/compare/v5.29.1...v5.30.0) (2024-11-29)


### Bug Fixes

* **job-scheduler:** upsert template when same pattern options are provided ([#2943](https://github.com/taskforcesh/bullmq/issues/2943)) ref [#2940](https://github.com/taskforcesh/bullmq/issues/2940) ([b56c3b4](https://github.com/taskforcesh/bullmq/commit/b56c3b45a87e52f5faf25406a2b992d1bfed4900))


### Features

* **queue:** add getDelayedCount method [python] ([#2934](https://github.com/taskforcesh/bullmq/issues/2934)) ([71ce75c](https://github.com/taskforcesh/bullmq/commit/71ce75c04b096b5593da0986c41a771add1a81ce))
* **queue:** add getJobSchedulersCount method ([#2945](https://github.com/taskforcesh/bullmq/issues/2945)) ([38820dc](https://github.com/taskforcesh/bullmq/commit/38820dc8c267c616ada9931198e9e3e9d2f0d536))

## [5.29.1](https://github.com/taskforcesh/bullmq/compare/v5.29.0...v5.29.1) (2024-11-23)


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.29.1",
"version": "5.30.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.29.1';
export const version = '5.30.0';

0 comments on commit d0c473f

Please sign in to comment.