## [Unreleased]
+## [2.7.5] - 2023-10-03
+
### Changed
- Use `EventEmitterAsyncResource` type from `@types/node` for pool event emitter. TypeScript users will need to update to latest `@types/node` version.
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "2.7.4",
+ "version": "2.7.5",
"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.4
+sonar.projectVersion=2.7.5
sonar.host.url=https://sonarcloud.io
sonar.sources=src
sonar.tests=tests
-export const version = '2.7.4'
+export const version = '2.7.5'