## [Unreleased]
+## [2.6.29] - 2023-08-18
+
### Fixed
- Fix race condition between ready and task functions worker message handling at startup.
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "2.6.28",
+ "version": "2.6.29",
"description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
"license": "MIT",
"main": "./lib/index.js",
sonar.organization=pioardi
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.projectName=poolifier
-sonar.projectVersion=2.6.28
+sonar.projectVersion=2.6.29
sonar.host.url=https://sonarcloud.io
sonar.sources=src
sonar.tests=tests
-export const version = '2.6.28'
+export const version = '2.6.29'