## [Unreleased]
+## [3.1.16] - 2024-01-03
+
### Fixed
- Add missing type to TS type definitions.
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "3.1.15",
+ "version": "3.1.16",
"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.15
+sonar.projectVersion=3.1.16
sonar.host.url=https://sonarcloud.io
#sonar.sources=src
sonar.sources=lib
-export const version = '3.1.15'
+export const version = '3.1.16'