## [Unreleased]
+## [3.1.4] - 2023-12-18
+
### Fixed
- Make more robust the fix for possible null exception at handling task execution response.
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "3.1.3",
+ "version": "3.1.4",
"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.1.3
+sonar.projectVersion=3.1.4
sonar.host.url=https://sonarcloud.io
sonar.sources=src
sonar.tests=tests
-export const version = '3.1.3'
+export const version = '3.1.4'