## [Unreleased]
+## [3.0.8] - 2023-11-25
+
### Fixed
- Ensure continuous tasks stealing on idle start at worker node idling
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "3.0.7",
+ "version": "3.0.8",
"description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
"license": "MIT",
"main": "./lib/index.js",
sonar.organization=poolifier
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.projectName=poolifier
-sonar.projectVersion=3.0.7
+sonar.projectVersion=3.0.8
sonar.host.url=https://sonarcloud.io
sonar.sources=src
sonar.tests=tests
-export const version = '3.0.7'
+export const version = '3.0.8'