## [Unreleased]
+## [3.1.12-0] - 2023-12-27
+
### Fixed
- Fix tasks redistribution triggers at pool destroying.
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "3.1.11",
+ "version": "3.1.12-0",
"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.11
+sonar.projectVersion=3.1.12-0
sonar.host.url=https://sonarcloud.io
#sonar.sources=src
sonar.sources=lib
-export const version = '3.1.11'
+export const version = '3.1.12-0'