## [Unreleased]
+## [3.1.15] - 2024-01-02
+
### Fixed
- Fix CommonJS support with TypeScript: [#1821](https://github.com/poolifier/poolifier/issues/1821).
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "3.1.15-0",
+ "version": "3.1.15",
"description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
"license": "MIT",
"type": "module",
sonar.javascript.exclusions=lib/**/*.mjs
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.projectName=poolifier
-sonar.projectVersion=3.1.15-0
+sonar.projectVersion=3.1.15
sonar.host.url=https://sonarcloud.io
#sonar.sources=src
sonar.sources=lib
-export const version = '3.1.15-0'
+export const version = '3.1.15'