refactor: move workerId outside task type definition
[poolifier.git] / CHANGELOG.md
index eb0fa9cd8f46057b48f1ac7908d3920e141d8222..c1cad1049d115655ba24070b5b7c93bb6d0e9f83 100644 (file)
@@ -9,7 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed
 
-- Ensure worker ready response can be received only once.
+- Ensure pool statuses are checked at initialization, `start()` or `destroy()`
+
+## [3.0.5] - 2023-10-27
+
+### Fixed
+
 - Ensure pool ready event can be emitted only once.
 
 ## [3.0.4] - 2023-10-20