## [Unreleased]
+## [3.1.22] - 2024-03-15
+
### Fixed
- Fix pool event emitter registered callbacks removal at `destroy()`.
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "3.1.21",
+ "version": "3.1.22",
"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.21
+sonar.projectVersion=3.1.22
sonar.host.url=https://sonarcloud.io
#sonar.sources=src
sonar.sources=lib
-export const version = '3.1.21'
+export const version = '3.1.22'