]> Piment Noir Git Repositories - poolifier.git/commitdiff
chore(master): release 5.0.9 (#2924) v5.0.9
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 11 Jul 2025 14:01:24 +0000 (16:01 +0200)
committerGitHub <noreply@github.com>
Fri, 11 Jul 2025 14:01:24 +0000 (16:01 +0200)
* chore(master): release 5.0.9

* [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 5d8a51ab9b10bf9e397f42516e02059ea8b6f9bb..705c2170a92008732351e99730d198e1d2e581fe 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "5.0.8"
+  ".": "5.0.9"
 }
index b198bf5a6dda86c5214f30fb8a50d713638d93ba..4ab77307a721c6a2055bd4e0a262a9bcbad7ea05 100644 (file)
@@ -5,6 +5,23 @@ 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.9](https://github.com/poolifier/poolifier/compare/v5.0.8...v5.0.9) (2025-07-11)
+
+
+### 🐞 Bug Fixes
+
+* ensure worker ready handler is registered once on windows ([#2917](https://github.com/poolifier/poolifier/issues/2917)) ([906c321](https://github.com/poolifier/poolifier/commit/906c321c7ab883f633fbf3ae1649ad89d90490b5))
+
+
+### 📚 Documentation
+
+* publish documentation ([d89f17b](https://github.com/poolifier/poolifier/commit/d89f17b76445d88e2bdd04d8f3b14a395172bb82))
+
+
+### 🤖 Automation
+
+* **deps:** bump the regular group across 11 directories with 2 updates ([#2923](https://github.com/poolifier/poolifier/issues/2923)) ([d610205](https://github.com/poolifier/poolifier/commit/d610205581f913bd2a26aa48ba21f9a144451392))
+
 ## [5.0.8](https://github.com/poolifier/poolifier/compare/v5.0.7...v5.0.8) (2025-07-11)
 
 
index 542ef66423f5e182afd563161b32228c9ed915a4..aecc30b01789440a9213e9a751b68107d1bf4cf4 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.8",
+  "version": "5.0.9",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 272bd241cc514a59b34b1e1c3e645129cb34af9a..345a1c28b2dc8b9eeaf771040cfa36a2eb5bad6e 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "5.0.8",
+  "version": "5.0.9",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index eb9252aa28e27e85b3272c41189b6a7ffa4d6bbe..54472daf2e9d0c8492e189ddc3d097d56d402307 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.8
+sonar.projectVersion=5.0.9
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index fa73fd0b5db30557bb83163dfb6e3e3262bf9e90..2e667b96626281577d2f5a5348de5ec3740ef073 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '5.0.8'
+export const version = '5.0.9'
 // x-release-please-end