## [Unreleased]
+## [2.4.10] - 2023-04-15
+
### Fixed
- Fix typescript type definition for worker function: ensure the input data is optional.
{
"name": "poolifier",
- "version": "2.4.9",
+ "version": "2.4.10",
"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.9
+sonar.projectVersion=2.4.10
sonar.host.url=https://sonarcloud.io
sonar.sources=src
sonar.tests=tests