## [Unreleased]
+## [3.1.20] - 2024-02-11
+
### Fixed
- Ensure `worker_threads` workers are unreferenced at termination.
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "3.1.19",
+ "version": "3.1.20",
"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=3.1.19
+sonar.projectVersion=3.1.20
sonar.host.url=https://sonarcloud.io
#sonar.sources=src
sonar.sources=lib
-export const version = '3.1.19'
+export const version = '3.1.20'