diff --git a/CHANGELOG.md b/CHANGELOG.md index e920ff428..b4aa10cd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.13.1](https://github.com/OptimalBits/bull/compare/v4.13.0...v4.13.1) (2024-06-21) + + +### Bug Fixes + +* **priority:** consider paused state when calling getCountsPerPriority ([#2748](https://github.com/OptimalBits/bull/issues/2748)) ([6c2719a](https://github.com/OptimalBits/bull/commit/6c2719a9292bf0a11136d575d333600be0b9a422)) + # [4.13.0](https://github.com/OptimalBits/bull/compare/v4.12.9...v4.13.0) (2024-06-12) diff --git a/package.json b/package.json index 0ae940c15..37751c21b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bull", - "version": "4.13.0", + "version": "4.13.1", "description": "Job manager", "engines": { "node": ">=12"