]> Piment Noir Git Repositories - poolifier.git/commitdiff
chore(master): release 5.0.3 (#2910) v5.0.3
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 6 Jul 2025 18:46:59 +0000 (20:46 +0200)
committerGitHub <noreply@github.com>
Sun, 6 Jul 2025 18:46:59 +0000 (20:46 +0200)
* chore(master): release 5.0.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 162da858070c6de5308675d23ec37cdee420a7a1..f8d32fdd37a0cc7dca0601f1ada4b0f8bed3ddc4 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "5.0.2"
+  ".": "5.0.3"
 }
index 391b689a6ffe8df08d04018ecfe70ac270f030c1..6a4184f9be2cdce0d65f2f25e1b6e5f51f04a132 100644 (file)
@@ -5,6 +5,32 @@ 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.3](https://github.com/poolifier/poolifier/compare/v5.0.2...v5.0.3) (2025-07-06)
+
+
+### 🐞 Bug Fixes
+
+* task queueing fixes ([#2912](https://github.com/poolifier/poolifier/issues/2912)) ([8a2bf75](https://github.com/poolifier/poolifier/commit/8a2bf757c04a2056ff94dda488e87d817c7291d5))
+
+
+### ⚡ Performance
+
+* remove unneeded null check at building abortable task function ([0961d2d](https://github.com/poolifier/poolifier/commit/0961d2de5e99f1c9ea11db7d317bdf6ca9ef2af1))
+
+
+### 📚 Documentation
+
+* publish documentation ([bf95519](https://github.com/poolifier/poolifier/commit/bf95519bc47c070d16139e857f42ea544ce9f3fc))
+
+
+### 🤖 Automation
+
+* **deps-dev:** bump rollup from 4.44.1 to 4.44.2 in the regular group ([c026beb](https://github.com/poolifier/poolifier/commit/c026beb886b1484105a069d700554b24d50fe97a))
+* **deps-dev:** bump rollup from 4.44.1 to 4.44.2 in the regular group ([6f8b8be](https://github.com/poolifier/poolifier/commit/6f8b8be7de3b325085157f1d6e2bd0ace17c252e))
+* **deps-dev:** bump the regular group across 6 directories with 1 update ([177eb45](https://github.com/poolifier/poolifier/commit/177eb456bc28a2664a21c095ed2aeae25c8eebf4))
+* **deps-dev:** bump the regular group across 6 directories with 1 update ([fa5a898](https://github.com/poolifier/poolifier/commit/fa5a898bcf68b2b9c4bfebb34d54872481c47f82))
+* **deps:** bump the regular group across 11 directories with 1 update ([#2911](https://github.com/poolifier/poolifier/issues/2911)) ([a3116ee](https://github.com/poolifier/poolifier/commit/a3116ee6e6c846a8eccbdefecfad994fd47bfbc4))
+
 ## [5.0.2](https://github.com/poolifier/poolifier/compare/v5.0.1...v5.0.2) (2025-07-02)
 
 
index c9f9494897f3b0eaf2cb70418c14e74b83afeca1..8415468c20cd239e970f044ed4a2ab7dae5aa60e 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.2",
+  "version": "5.0.3",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 3c0aa3657c315ba9322d9c24eae5543547057116..22a6ed13bc29a5fd682e2652c9059411084d3ba4 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "5.0.2",
+  "version": "5.0.3",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index c5fe45dca89b8f6a070dfc4ecaeb45a79cba01b0..0a7a08772cbc2cb913f49850d15b06906db469ae 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.2
+sonar.projectVersion=5.0.3
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index bf343ff348e7b575554c6e55fe6f7a5dea81bf46..3c779d5ff0b0428af7144f2280f00bcc82b17372 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '5.0.2'
+export const version = '5.0.3'
 // x-release-please-end