## [Unreleased]
+## [2.6.45] - 2023-09-17
+
### Changed
- Disable publication on GitHub packages registry on release until authentication issue is fixed.
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "2.6.44",
+ "version": "2.6.45",
"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.44
+sonar.projectVersion=2.6.45
sonar.host.url=https://sonarcloud.io
sonar.sources=src
sonar.tests=tests
-export const version = '2.6.44'
+export const version = '2.6.45'