Skip to content

Commit 66ffd9d

Browse files
chore(release): 4.12.9 [skip ci]
## [4.12.9](v4.12.8...v4.12.9) (2024-05-24) ### Bug Fixes * **retry-job:** throw error when job is not in active state ([#2741](#2741)) ([c29e3b0](c29e3b0))
1 parent c29e3b0 commit 66ffd9d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.12.9](https://github.com/OptimalBits/bull/compare/v4.12.8...v4.12.9) (2024-05-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **retry-job:** throw error when job is not in active state ([#2741](https://github.com/OptimalBits/bull/issues/2741)) ([c29e3b0](https://github.com/OptimalBits/bull/commit/c29e3b061a168c3d40a336a733c382bab14caa57))
7+
18
## [4.12.8](https://github.com/OptimalBits/bull/compare/v4.12.7...v4.12.8) (2024-05-22)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bull",
3-
"version": "4.12.8",
3+
"version": "4.12.9",
44
"description": "Job manager",
55
"engines": {
66
"node": ">=12"

0 commit comments

Comments
 (0)