## [Unreleased]
+## [3.1.19] - 2024-01-16
+
### Fixed
- Fix possible null exception at task finishing handling.
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "3.1.18",
+ "version": "3.1.19",
"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.18
+sonar.projectVersion=3.1.19
sonar.host.url=https://sonarcloud.io
#sonar.sources=src
sonar.sources=lib
-export const version = '3.1.18'
+export const version = '3.1.19'