## [Unreleased]
+## [2.6.36] - 2023-08-27
+
### Fixed
- Fix pool `execute()` arguments check.
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "2.6.35",
+ "version": "2.6.36",
"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.35
+sonar.projectVersion=2.6.36
sonar.host.url=https://sonarcloud.io
sonar.sources=src
sonar.tests=tests
-export const version = '2.6.35'
+export const version = '2.6.36'