## [Unreleased]
+## [3.0.4] - 2023-10-20
+
### Changed
- Switch to Bencher for benchmarking: [https://bencher.dev/perf/poolifier](https://bencher.dev/perf/poolifier).
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "3.0.3",
+ "version": "3.0.4",
"description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
"license": "MIT",
"main": "./lib/index.js",
sonar.organization=poolifier
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.projectName=poolifier
-sonar.projectVersion=3.0.3
+sonar.projectVersion=3.0.4
sonar.host.url=https://sonarcloud.io
sonar.sources=src
sonar.tests=tests
-export const version = '3.0.3'
+export const version = '3.0.4'