Skip to content

Commit

Permalink
chore(release): 4.13.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.13.2](v4.13.1...v4.13.2) (2023-11-09)

### Bug Fixes

* **backoff:** fix builtin backoff type ([#2265](#2265)) [python] ([76959eb](76959eb))
* **job:** set delay value on current job instance when it is retried ([#2266](#2266)) (python) ([76e075f](76e075f))
  • Loading branch information
semantic-release-bot committed Nov 9, 2023
1 parent 76e075f commit 60a917e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/gitbook/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.13.2](https://github.com/taskforcesh/bullmq/compare/v4.13.1...v4.13.2) (2023-11-09)


### Bug Fixes

* **backoff:** fix builtin backoff type ([#2265](https://github.com/taskforcesh/bullmq/issues/2265)) [python] ([76959eb](https://github.com/taskforcesh/bullmq/commit/76959eb9d9495eb1b6d2d31fab93c8951b5d3b93))
* **job:** set delay value on current job instance when it is retried ([#2266](https://github.com/taskforcesh/bullmq/issues/2266)) (python) ([76e075f](https://github.com/taskforcesh/bullmq/commit/76e075f54d5745b6cec3cb11305bf3110d963eae))

## [4.13.1](https://github.com/taskforcesh/bullmq/compare/v4.13.0...v4.13.1) (2023-11-08)


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": "4.13.1",
"version": "4.13.2",
"description": "Queue for messages and jobs based on Redis",
"homepage": "https://bullmq.io/",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 60a917e

Please sign in to comment.