]> Piment Noir Git Repositories - poolifier.git/commitdiff
chore(master): release 5.0.8 (#2921) v5.0.8
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 11 Jul 2025 10:29:06 +0000 (12:29 +0200)
committerGitHub <noreply@github.com>
Fri, 11 Jul 2025 10:29:06 +0000 (12:29 +0200)
* chore(master): release 5.0.8

* [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 2e0a9e1002ebfa9805808febc8e7ee2b597c03ae..5d8a51ab9b10bf9e397f42516e02059ea8b6f9bb 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "5.0.7"
+  ".": "5.0.8"
 }
index a541afaab50e091b1aa063aaa4ac810b71f8cd0c..b198bf5a6dda86c5214f30fb8a50d713638d93ba 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.8](https://github.com/poolifier/poolifier/compare/v5.0.7...v5.0.8) (2025-07-11)
+
+
+### ⚡ Performance
+
+* avoid recursion in task queueing iterator ([359c1fd](https://github.com/poolifier/poolifier/commit/359c1fd0234b654adb375bd8dabd9910343d59b5))
+
+
+### 📚 Documentation
+
+* publish documentation ([4e1cfa8](https://github.com/poolifier/poolifier/commit/4e1cfa8976e79e57dff6946cf6527e76b1bb09a7))
+
 ## [5.0.7](https://github.com/poolifier/poolifier/compare/v5.0.6...v5.0.7) (2025-07-10)
 
 
index 313b7ed445e24f10f2329af745574afd92fb77d3..542ef66423f5e182afd563161b32228c9ed915a4 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.7",
+  "version": "5.0.8",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 82ade1f16aa86d9a09fae9427e2268edddddc00b..a5dc1298c891dbb7e29bc265a7caa126ebf740a3 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "5.0.7",
+  "version": "5.0.8",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 52a5a9ab5ede6d075424b8e5527fde32d6530989..eb9252aa28e27e85b3272c41189b6a7ffa4d6bbe 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.7
+sonar.projectVersion=5.0.8
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index dbfcfa13765c6dc35ecc96f0be8ef27cfe741a92..fa73fd0b5db30557bb83163dfb6e3e3262bf9e90 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '5.0.7'
+export const version = '5.0.8'
 // x-release-please-end