## [Unreleased]
+## [2.6.44] - 2023-09-08
+
### Fixed
- Use a dedicated PAT to publish on GitHub packages registry.
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "2.6.43",
+ "version": "2.6.44",
"description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
"license": "MIT",
"main": "./lib/index.js",
sonar.organization=pioardi
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.projectName=poolifier
-sonar.projectVersion=2.6.43
+sonar.projectVersion=2.6.44
sonar.host.url=https://sonarcloud.io
sonar.sources=src
sonar.tests=tests
-export const version = '2.6.43'
+export const version = '2.6.44'