## [Unreleased]
+## [2.6.20] - 2023-07-21
+
### Fixed
- Fix queued tasks redistribution on error task execution starvation.
{
"name": "poolifier",
- "version": "2.6.19",
+ "version": "2.6.20",
"description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
"license": "MIT",
"main": "./lib/index.js",
sonar.organization=pioardi
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.projectName=poolifier
-sonar.projectVersion=2.6.19
+sonar.projectVersion=2.6.20
sonar.host.url=https://sonarcloud.io
sonar.sources=src
sonar.tests=tests
-export const version = '2.6.19'
+export const version = '2.6.20'