]> Piment Noir Git Repositories - poolifier.git/commitdiff
chore(master): release 5.1.3 (#2960) v5.1.3
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 21 Aug 2025 18:38:44 +0000 (20:38 +0200)
committerGitHub <noreply@github.com>
Thu, 21 Aug 2025 18:38:44 +0000 (20:38 +0200)
* chore(master): release 5.1.3

* [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 5ceda3aab2dba9ce3c7e9657c71fd9841b60d77b..2fd5e1bde7b399b64db31307920bae1c78b7f3b8 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "5.1.2"
+  ".": "5.1.3"
 }
index 6d8425f8434d43dd33de4c9005d0cb8bd6d99a7d..b3dac744e3f2129180f8805b26b1e9ba9c92f7c8 100644 (file)
@@ -5,6 +5,34 @@ 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.3](https://github.com/poolifier/poolifier/compare/v5.1.2...v5.1.3) (2025-08-21)
+
+
+### 🐞 Bug Fixes
+
+* properly account strategy retries on a per strategy basis ([910c169](https://github.com/poolifier/poolifier/commit/910c16976ee437c1b9011b6db197386a21c8739f))
+
+
+### ⚡ Performance
+
+* reduce pool info property internal usage ([662c6c1](https://github.com/poolifier/poolifier/commit/662c6c101161b8f263e304b461087082edb1c003))
+
+
+### 🧪 Tests
+
+* cleanup worker selection strategies test ([b283bd6](https://github.com/poolifier/poolifier/commit/b283bd67fb3b93265bda9b4f84bcff0b368502a1))
+
+
+### 📚 Documentation
+
+* publish documentation ([1f917ef](https://github.com/poolifier/poolifier/commit/1f917ef09dce557105622844d50b620bd2d10737))
+
+
+### 🤖 Automation
+
+* **deps:** bump the regular group across 11 directories with 1 update ([23a0e5f](https://github.com/poolifier/poolifier/commit/23a0e5fcad849aef0d0d4c3f301ae12789132e9a))
+* **deps:** bump the regular group across 11 directories with 1 update ([#2961](https://github.com/poolifier/poolifier/issues/2961)) ([6c58a40](https://github.com/poolifier/poolifier/commit/6c58a403b495785cda944d5d5a1289d907c28dcd))
+
 ## [5.1.2](https://github.com/poolifier/poolifier/compare/v5.1.1...v5.1.2) (2025-08-20)
 
 
index c9f7ccfc04680761d3c42653693e164f80316dde..1648908c5e5e178249a3580ba8d2c3a10608235b 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.2",
+  "version": "5.1.3",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index d98ed8d34258962f94c26f6ed3ed41c75cdde01a..295c84bb0988181650bfaa2a4d5bbf941de56dba 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "5.1.2",
+  "version": "5.1.3",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 2e674d6a65b5fce28db20d0007b90a18f5bdd29e..a9d55e6d1293c9238238cd5bb1d5f072895f76b8 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.2
+sonar.projectVersion=5.1.3
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index 355f342687c575f76c712a5765b476235c7f4789..95f134658120fea461ed0c9700239fc2c6a41cc8 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '5.1.2'
+export const version = '5.1.3'
 // x-release-please-end