]> Piment Noir Git Repositories - poolifier.git/commitdiff
chore(master): release 5.1.6 (#2965)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 26 Aug 2025 14:40:32 +0000 (16:40 +0200)
committerGitHub <noreply@github.com>
Tue, 26 Aug 2025 14:40:32 +0000 (16:40 +0200)
* chore(master): release 5.1.6

* [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 1a934d8da48d742721204672ef46c31d343fc237..4012e7a3a6d30d8ef5afb0edfe75803a13c32188 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "5.1.5"
+  ".": "5.1.6"
 }
index 27a1be9efbbd6d8ace1e76d6c9373fbb3bc6ed83..796fa6198a70e0ee1fd9c8e0f8a960e3d8314e53 100644 (file)
@@ -5,6 +5,29 @@ 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.6](https://github.com/poolifier/poolifier/compare/v5.1.5...v5.1.6) (2025-08-26)
+
+
+### 🐞 Bug Fixes
+
+* use strict object equality in tasks stealing code ([eec0932](https://github.com/poolifier/poolifier/commit/eec09324ae02df9fe24c12c39cb2c7e802708c90))
+
+
+### ✨ Polish
+
+* cleanup nested conditions ([4377e4a](https://github.com/poolifier/poolifier/commit/4377e4a60ced3b5b91e2592ca573a08ecb2ce188))
+
+
+### 📚 Documentation
+
+* publish documentation ([161a550](https://github.com/poolifier/poolifier/commit/161a5501c5d948ff01c592c0b2b511f03e6fec86))
+
+
+### 🤖 Automation
+
+* **deps-dev:** bump the regular group with 2 updates ([#2966](https://github.com/poolifier/poolifier/issues/2966)) ([b988f54](https://github.com/poolifier/poolifier/commit/b988f5421dc8bdf6f312cc22bf96e7a17c9fdf78))
+* **deps:** bump the regular group across 11 directories with 2 updates ([#2967](https://github.com/poolifier/poolifier/issues/2967)) ([4119b66](https://github.com/poolifier/poolifier/commit/4119b66209e0af8dd254aae51f83fe3065491f6d))
+
 ## [5.1.5](https://github.com/poolifier/poolifier/compare/v5.1.4...v5.1.5) (2025-08-23)
 
 
index cb689061960b7c2c64b906833dab9948ded32073..aa80c43febf463a6af51429912d9dc2a611ec7d7 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.5",
+  "version": "5.1.6",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index fb6468abcbcf1262f823e88d1ead3cbe9cb4ca23..34a403e6e071cfc4a524fd095ae3b3b42f71566b 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "5.1.5",
+  "version": "5.1.6",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 32ae273e4cc39be69bff48fc379f082e80e6f475..8c2da1fe7a3bd05f00baca6861b6cf3089587895 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.5
+sonar.projectVersion=5.1.6
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index 3e9fa34a966990f4ef4877667d80baa6c3e947b4..2838b00dcd6a546e6a8977376120c1c7b369118f 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '5.1.5'
+export const version = '5.1.6'
 // x-release-please-end