## [Unreleased]
+## [3.1.0] - 2023-12-16
+
### Changed
- TypeScript breaking change: merge ThreadPoolOptions and ClusterPoolOptions types into PoolOptions type.
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "3.0.14",
+ "version": "3.1.0",
"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.14
+sonar.projectVersion=3.1.0
sonar.host.url=https://sonarcloud.io
sonar.sources=src
sonar.tests=tests
-export const version = '3.0.14'
+export const version = '3.1.0'