## [Unreleased]
+## [3.0.0] - 2023-10-08
+
### Changed
- Remove Node.js 16.x.x (EOL) support.
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "2.7.5",
+ "version": "3.0.0",
"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.7.5
+sonar.projectVersion=3.0.0
sonar.host.url=https://sonarcloud.io
sonar.sources=src
sonar.tests=tests
-export const version = '2.7.5'
+export const version = '3.0.0'