]> Piment Noir Git Repositories - poolifier.git/commitdiff
chore(master): release 5.3.1 (#3129) v5.3.1
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 20 Feb 2026 15:33:35 +0000 (16:33 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Feb 2026 15:33:35 +0000 (16:33 +0100)
* chore(master): release 5.3.1

* [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 ce65b73e4df2dc1ab63b8d48a2601debf491b109..e3690fe110cdec470b685e3dd3f3e735307b56c9 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "5.3.0"
+  ".": "5.3.1"
 }
index 2fda29e6cc639712759b6d7bfd06d55f197c4d19..151694eccf1503de0525961d454bc548f7887d88 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.3.1](https://github.com/poolifier/poolifier/compare/v5.3.0...v5.3.1) (2026-02-20)
+
+
+### 🐞 Bug Fixes
+
+* **iwrr:** remove erroneous workerNodeId reset corrupting round-robin state ([8bd56e7](https://github.com/poolifier/poolifier/commit/8bd56e7249b2cd8e8f0a596108e40a966912bb31))
+
+
+### 📚 Documentation
+
+* publish documentation ([6a3b616](https://github.com/poolifier/poolifier/commit/6a3b616779e7d5e7f82a53b9cbd2c14221220e3c))
+
 ## [5.3.0](https://github.com/poolifier/poolifier/compare/v5.2.0...v5.3.0) (2026-02-20)
 
 
index 3489e2331c4bb019ec3a85e3c1ed9472741165dc..c37f532abdd5b529b9a33b8de457f1938090b2d3 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.3.0",
+  "version": "5.3.1",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 4a53a68068ab1e464c68a7bed64f6a990399c4a7..00a4d09ae13dbb5d040bba1e09956d2d3ce0bec1 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "5.3.0",
+  "version": "5.3.1",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 02b0258bd1cd373730035d53d2f9ac1c02dced59..ada3b1db4970c735598b0cb3572136b7cfb101dc 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.3.0
+sonar.projectVersion=5.3.1
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index a2e0945a00b62acc78fbeb2c4fa8ce13e4f87cad..9da0cb57768ced3b5744eced655b7933a6d448b7 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '5.3.0'
+export const version = '5.3.1'
 // x-release-please-end