Skip to content

Commit b3fb4a2

Browse files
chore(release): 4.12.8 [skip ci]
## [4.12.8](v4.12.7...v4.12.8) (2024-05-22) ### Bug Fixes * **move-to-finished:** throw error when job is not in active state ([#2739](#2739)) ([7b12be1](7b12be1))
1 parent 7b12be1 commit b3fb4a2

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.8](https://github.com/OptimalBits/bull/compare/v4.12.7...v4.12.8) (2024-05-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **move-to-finished:** throw error when job is not in active state ([#2739](https://github.com/OptimalBits/bull/issues/2739)) ([7b12be1](https://github.com/OptimalBits/bull/commit/7b12be13ea39e309d6a6a39a2e56f646f06fdfa8))
7+
18
## [4.12.7](https://github.com/OptimalBits/bull/compare/v4.12.6...v4.12.7) (2024-05-21)
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.7",
3+
"version": "4.12.8",
44
"description": "Job manager",
55
"engines": {
66
"node": ">=12"

0 commit comments

Comments
 (0)