chore: v2.6.40 v2.6.40
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 1 Sep 2023 12:16:50 +0000 (14:16 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 1 Sep 2023 12:16:50 +0000 (14:16 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index d29f900553504f9788f0d86d0465bde2d17c3d72..4ad7fe489eeee19c6c2f4734639f1d90f8a4755e 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.40] - 2023-09-01
+
 ### Fixed
 
 - Do not pre-choose in WRR worker choice strategy to avoid bias.
index ead40313fc3affc869ac0524e640a7dbc5ddb942..496c6791f8e2900d36a3a124b21e2f363bf06c13 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "2.6.39",
+  "version": "2.6.40",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index c719d64e3fbdab0546f79874ae750a956ec3db83..df723505e3e898147f15b91457932e820ca1546c 100644 (file)
@@ -2,7 +2,7 @@ sonar.projectKey=pioardi_poolifier
 sonar.organization=pioardi
 sonar.javascript.lcov.reportPaths=coverage/lcov.info
 sonar.projectName=poolifier
-sonar.projectVersion=2.6.39
+sonar.projectVersion=2.6.40
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 8ead9b0e6c32f8060cab943f32d506b4a364c185..6ae132f59b1cc5617ece7426e6c391b0d94bd074 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.39'
+export const version = '2.6.40'