{
- ".": "5.0.3"
+ ".": "5.0.4"
}
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [5.0.4](https://github.com/poolifier/poolifier/compare/v5.0.3...v5.0.4) (2025-07-06)
+
+
+### 🐞 Bug Fixes
+
+* fix worker usage statistics computation ([f6392d5](https://github.com/poolifier/poolifier/commit/f6392d503f33ca42d5125f9b524fd9454b87fbba))
+
+
+### 📚 Documentation
+
+* publish documentation ([ba4f2c7](https://github.com/poolifier/poolifier/commit/ba4f2c791a628adc00a7761f9052a4b5d8345cf6))
+
## [5.0.3](https://github.com/poolifier/poolifier/compare/v5.0.2...v5.0.3) (2025-07-06)
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@poolifier/poolifier",
- "version": "5.0.3",
+ "version": "5.0.4",
"exports": "./src/index.ts",
"publish": {
"include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "5.0.3",
+ "version": "5.0.4",
"description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
"license": "MIT",
"type": "module",
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.projectName=poolifier
# x-release-please-start-version
-sonar.projectVersion=5.0.3
+sonar.projectVersion=5.0.4
# x-release-please-end
sonar.host.url=https://sonarcloud.io
#sonar.sources=src
// x-release-please-start-version
-export const version = '5.0.3'
+export const version = '5.0.4'
// x-release-please-end