## [Unreleased]
+## [4.0.10] - 2024-05-20
+
### Fixed
- Ensure tasks stealing dynamic worker node is not destroyed on inactivity.
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@poolifier/poolifier",
- "version": "4.0.9",
+ "version": "4.0.10",
"exports": "./src/index.ts",
"publish": {
"include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "4.0.9",
+ "version": "4.0.10",
"description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
"license": "MIT",
"type": "module",
sonar.javascript.exclusions=lib/**/*.mjs
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.projectName=poolifier
-sonar.projectVersion=4.0.9
+sonar.projectVersion=4.0.10
sonar.host.url=https://sonarcloud.io
#sonar.sources=src
sonar.sources=lib
-export const version = '4.0.9'
+export const version = '4.0.10'