## [Unreleased]
+## [2.7.4] - 2023-09-25
+
### Fixed
- Fix source maps (bundler issue).
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "2.7.3",
+ "version": "2.7.4",
"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.3
+sonar.projectVersion=2.7.4
sonar.host.url=https://sonarcloud.io
sonar.sources=src
sonar.tests=tests
-export const version = '2.7.3'
+export const version = '2.7.4'