## [Unreleased]
+## [2.4.14] - 2023-05-09
+
### Fixed
- Ensure no undefined task runtime can land in the tasks history.
{
"name": "poolifier",
- "version": "2.4.13",
+ "version": "2.4.14",
"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.4.13
+sonar.projectVersion=2.4.14
sonar.host.url=https://sonarcloud.io
sonar.sources=src
sonar.tests=tests