chore: v2.6.23 v2.6.23
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 11 Aug 2023 19:27:22 +0000 (21:27 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 11 Aug 2023 19:27:22 +0000 (21:27 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index e4840977a6a063237f2cb029be3752c99a66d83d..34007bc5257adb2d1704c44bca7b00ec478c1518 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.23] - 2023-08-11
+
 ### Fixed
 
 - Fix pool busyness semantic when tasks queueing is enabled: the pool is busy when the number of executing tasks on each worker has reached the maximum tasks concurrency per worker.
index 0265011299ae841682d394717129e99788de9c2f..4c07c9766e4f81d27834a739390bdd49aa90096b 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "2.6.22",
+  "version": "2.6.23",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index ab7daebc225aaf23f0a4f3f4e550f87fb1173664..937b3d3bc010d9234dfa5437f22b88f8f460601f 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.22
+sonar.projectVersion=2.6.23
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 0163b3ce47750f3294418c45d33e47dcffa62401..7305d9010ff362fd8123166217548bfd949ae460 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.22'
+export const version = '2.6.23'