## [Unreleased]
+## [3.0.2] - 2023-10-17
+
### Fixed
- Fix race condition at dynamic worker node task assignment and scheduled removal. See issue [#1468](https://github.com/poolifier/poolifier/issues/1468) and [#1496](https://github.com/poolifier/poolifier/issues/1496)
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "3.0.1",
+ "version": "3.0.2",
"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=3.0.1
+sonar.projectVersion=3.0.2
sonar.host.url=https://sonarcloud.io
sonar.sources=src
sonar.tests=tests
-export const version = '3.0.1'
+export const version = '3.0.2'