]> Piment Noir Git Repositories - poolifier.git/commitdiff
chore(master): release 5.0.5 (#2914) v5.0.5
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 7 Jul 2025 16:54:00 +0000 (18:54 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Jul 2025 16:54:00 +0000 (18:54 +0200)
* chore(master): release 5.0.5

* [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 2941e5b10f3d493da3a170a58e7913c5798057cb..74b66b43881af2e2f08ff369dd6a4ee7b8288f29 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "5.0.4"
+  ".": "5.0.5"
 }
index eaf81b8c68cf5761aaee622f30860f2514e8760a..24f053fb67ae1e8d6e40e3693c93fc5ce8c4514f 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.0.5](https://github.com/poolifier/poolifier/compare/v5.0.4...v5.0.5) (2025-07-07)
+
+
+### 🐞 Bug Fixes
+
+* close potential event listeners leak ([e1e4d40](https://github.com/poolifier/poolifier/commit/e1e4d404cecf16046b7a7e570cd115107c7c2070))
+* fix potential ressource leaks ([3386e26](https://github.com/poolifier/poolifier/commit/3386e26ca681aa33757903602d6e23c56401a8e4))
+* plug more ressource leaks ([42447ec](https://github.com/poolifier/poolifier/commit/42447ec132088d117c9b6a3f99adc7da21828c4a))
+
+
+### ✨ Polish
+
+* cleanup priority queue code ([4ad3a82](https://github.com/poolifier/poolifier/commit/4ad3a82f0c72c20b89be37ee4142441bef20a157))
+
+
+### 📚 Documentation
+
+* publish documentation ([fb70ff3](https://github.com/poolifier/poolifier/commit/fb70ff3f8eb5ef781c4b3ea3941b4bf11e0a4a9a))
+
 ## [5.0.4](https://github.com/poolifier/poolifier/compare/v5.0.3...v5.0.4) (2025-07-06)
 
 
index 406318d0ba292ebef6a2ea1e12058879850afe8e..8d871fd3b00a422098aacdbc2045110c782b1764 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.4",
+  "version": "5.0.5",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 752e563da7c66d93139c7d9daf5a3931fa61cdd1..e1b5737d0178612aa6323650541db0a1ca7624f1 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "5.0.4",
+  "version": "5.0.5",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 1f3f79f71243aa958bcbc643c92ca7f09d15a412..864ab0a05ff00cbb32cfc82cdd8386b86aae8ae3 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.4
+sonar.projectVersion=5.0.5
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index e104ffa52fa650d7adf7ca15ce5d9fb8f5cb2c7d..347e98556c558b479ab7939043bd5c2319e02fdc 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '5.0.4'
+export const version = '5.0.5'
 // x-release-please-end