Skip to content

Commit b5761c9

Browse files
chore(release): 4.16.0 [skip ci]
# [4.16.0](v4.15.1...v4.16.0) (2024-07-30) ### Features * **job:** support debouncing ([#2760](#2760)) ([603befe](603befe))
1 parent 603befe commit b5761c9

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.16.0](https://github.com/OptimalBits/bull/compare/v4.15.1...v4.16.0) (2024-07-30)
2+
3+
4+
### Features
5+
6+
* **job:** support debouncing ([#2760](https://github.com/OptimalBits/bull/issues/2760)) ([603befe](https://github.com/OptimalBits/bull/commit/603befe439fb4e318137b88550ab4d0c6c2bbcb3))
7+
18
## [4.15.1](https://github.com/OptimalBits/bull/compare/v4.15.0...v4.15.1) (2024-07-04)
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.15.1",
3+
"version": "4.16.0",
44
"description": "Job manager",
55
"engines": {
66
"node": ">=12"

0 commit comments

Comments
 (0)