chore(master): release 4.2.9 (#2555)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 30 Aug 2024 15:12:30 +0000 (17:12 +0200)
committerGitHub <noreply@github.com>
Fri, 30 Aug 2024 15:12:30 +0000 (17:12 +0200)
* chore(master): release 4.2.9

* [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 3380c4c67f4b4912a02d0a946c4e645ad60ed71e..a1e535d9bbd3359c9fc0568edbcf557d41564565 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "4.2.8"
+  ".": "4.2.9"
 }
index 8ce5f9e67a81ed3e629f9933cd8b279d15df76c0..fd91bf0c4e6a271b6aef41fca931f7ecc1e8f510 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).
 
+## [4.2.9](https://github.com/poolifier/poolifier/compare/v4.2.8...v4.2.9) (2024-08-30)
+
+
+### 🐞 Bug Fixes
+
+* handle properly small or zero `tasksStealingRatio` ([e45f621](https://github.com/poolifier/poolifier/commit/e45f62158cd1a0e899173a453b1fa43fb8ce7bba))
+
+
+### 📚 Documentation
+
+* publish documentation ([41a50df](https://github.com/poolifier/poolifier/commit/41a50dfe7c49c05bf2cd8a9cc0a6ff47385836e4))
+
 ## [4.2.8](https://github.com/poolifier/poolifier/compare/v4.2.7...v4.2.8) (2024-08-30)
 
 
index 01b00c107e2c7640872ab83ce173581792f3c863..3829ae74b2e26065ed493075ecc41f20564d221a 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": "4.2.8",
+  "version": "4.2.9",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index c8ee015b05787ad66a03910254a44b07866aae21..2f0eca474c326ee17325b7ed47241e548867cdbb 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.2.8",
+  "version": "4.2.9",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index edf5dd0f0c53c325e18be840455cefc45c9cdf00..bb4f9f436dbf6754da6e7aec0f69b1fc14dac575 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=4.2.8
+sonar.projectVersion=4.2.9
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index c38bcf645fba40b536124d7c8f90637c287fce17..e4a7201b1c4a991cb76be647ab8a50e25e79028b 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '4.2.8'
+export const version = '4.2.9'
 // x-release-please-end