]> Piment Noir Git Repositories - poolifier.git/commitdiff
chore(master): release 5.1.4 (#2962)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 22 Aug 2025 18:04:05 +0000 (20:04 +0200)
committerGitHub <noreply@github.com>
Fri, 22 Aug 2025 18:04:05 +0000 (20:04 +0200)
* chore(master): release 5.1.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 2fd5e1bde7b399b64db31307920bae1c78b7f3b8..3bf24104d2a23f05f82e7642288150c8c5f397aa 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "5.1.3"
+  ".": "5.1.4"
 }
index b3dac744e3f2129180f8805b26b1e9ba9c92f7c8..dcf1188ffb882608b2f5188dfbbd0ac9beda64e6 100644 (file)
@@ -5,6 +5,25 @@ 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.1.4](https://github.com/poolifier/poolifier/compare/v5.1.3...v5.1.4) (2025-08-22)
+
+
+### 🐞 Bug Fixes
+
+* ensure destroy event has up2date pool info ([c4138fc](https://github.com/poolifier/poolifier/commit/c4138fc3c739c33ad4e1d31cc8e583a97f4ef7aa))
+
+
+### ✨ Polish
+
+* make pool destroy() more robust ([8b444c5](https://github.com/poolifier/poolifier/commit/8b444c5b53ea4dcd204fe6b5f58db802ca4d88b2))
+* reorder task finished event emission ([e2f9978](https://github.com/poolifier/poolifier/commit/e2f99782c54b5c76bdb426c488d76539f949a906))
+
+
+### 📚 Documentation
+
+* publish documentation ([638d016](https://github.com/poolifier/poolifier/commit/638d016acf159db896a7588d2f123f3d6b7440ca))
+* refine some code comments ([e663df8](https://github.com/poolifier/poolifier/commit/e663df848432fe570330858ead87c8524a0968b0))
+
 ## [5.1.3](https://github.com/poolifier/poolifier/compare/v5.1.2...v5.1.3) (2025-08-21)
 
 
index 1648908c5e5e178249a3580ba8d2c3a10608235b..85fb55f57a9572037d448ac0e075ed78bb8286ea 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.1.3",
+  "version": "5.1.4",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 295c84bb0988181650bfaa2a4d5bbf941de56dba..a5a21325d03160076ca2d887225390dac3513775 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "5.1.3",
+  "version": "5.1.4",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index a9d55e6d1293c9238238cd5bb1d5f072895f76b8..db85acd59d036a12c2b76267e37cc5f7ae3db204 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.1.3
+sonar.projectVersion=5.1.4
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index 95f134658120fea461ed0c9700239fc2c6a41cc8..dfbbf6289e7b8edf0750fdc04f3bad2e55630b9d 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '5.1.3'
+export const version = '5.1.4'
 // x-release-please-end