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

index d4295cd40daf3886c63b7ab58529f42f02a9ec36..1ae2e31b5ae37386745b4c088156e6a57f8dfc3f 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.20] - 2023-07-21
+
 ### Fixed
 
 - Fix queued tasks redistribution on error task execution starvation.
index bca10f68e7037f5e0aae4845faf9554b1b8ebf5d..95645f039ce2b2da508db6a85c00566bf8997b2d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier",
-  "version": "2.6.19",
+  "version": "2.6.20",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
   "license": "MIT",
   "main": "./lib/index.js",
index 818d3661d31706051b05edff062ad9063be2b701..517467ec1a906b879ef88aa8d03a9ac63f20b921 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.19
+sonar.projectVersion=2.6.20
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 93866ebc30bd9f8f19949d00b30f9ea070c66907..60ae971273456ef780775586b0aa3e86c40916be 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.19'
+export const version = '2.6.20'