Skip to content

Commit

Permalink
chore(release): 5.7.12 [skip ci]
Browse files Browse the repository at this point in the history
## [5.7.12](v5.7.11...v5.7.12) (2024-05-24)

### Bug Fixes

* **repeat:** throw error when endDate is pointing to the past ([#2574](#2574)) ([5bd7990](5bd7990))
  • Loading branch information
semantic-release-bot committed May 24, 2024
1 parent 5bd7990 commit d3ad53f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.7.12](https://github.com/taskforcesh/bullmq/compare/v5.7.11...v5.7.12) (2024-05-24)


### Bug Fixes

* **repeat:** throw error when endDate is pointing to the past ([#2574](https://github.com/taskforcesh/bullmq/issues/2574)) ([5bd7990](https://github.com/taskforcesh/bullmq/commit/5bd79900ea3ace8ec6aa00525aff81a345f8e18e))

## [5.7.11](https://github.com/taskforcesh/bullmq/compare/v5.7.10...v5.7.11) (2024-05-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.7.11",
"version": "5.7.12",
"description": "Queue for messages and jobs based on Redis",
"homepage": "https://bullmq.io/",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit d3ad53f

Please sign in to comment.