]> Piment Noir Git Repositories - poolifier.git/commitdiff
chore(master): release 5.0.4 (#2913)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 6 Jul 2025 20:20:53 +0000 (22:20 +0200)
committerGitHub <noreply@github.com>
Sun, 6 Jul 2025 20:20:53 +0000 (22:20 +0200)
* chore(master): release 5.0.4

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
.github/release-please/manifest.json
CHANGELOG.md
jsr.json
package.json
sonar-project.properties
src/pools/version.ts

index f8d32fdd37a0cc7dca0601f1ada4b0f8bed3ddc4..2941e5b10f3d493da3a170a58e7913c5798057cb 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "5.0.3"
+  ".": "5.0.4"
 }
index 6a4184f9be2cdce0d65f2f25e1b6e5f51f04a132..eaf81b8c68cf5761aaee622f30860f2514e8760a 100644 (file)
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
 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)
 
 
index 8415468c20cd239e970f044ed4a2ab7dae5aa60e..406318d0ba292ebef6a2ea1e12058879850afe8e 100644 (file)
--- a/jsr.json
+++ b/jsr.json
@@ -1,7 +1,7 @@
 {
   "$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"]
index 22a6ed13bc29a5fd682e2652c9059411084d3ba4..752e563da7c66d93139c7d9daf5a3931fa61cdd1 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$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",
index 0a7a08772cbc2cb913f49850d15b06906db469ae..1f3f79f71243aa958bcbc643c92ca7f09d15a412 100644 (file)
@@ -4,7 +4,7 @@ sonar.javascript.exclusions=lib/**/*.mjs
 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
index 3c779d5ff0b0428af7144f2280f00bcc82b17372..e104ffa52fa650d7adf7ca15ce5d9fb8f5cb2c7d 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '5.0.3'
+export const version = '5.0.4'
 // x-release-please-end