chore: v2.4.0-0 v2.4.0-0
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 3 Apr 2023 17:59:59 +0000 (19:59 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 3 Apr 2023 17:59:59 +0000 (19:59 +0200)
CHANGELOG.md
package.json
sonar-project.properties

index 55c8239e280308b20465523f8d400e6c78d288c8..37e97b1d8b7e49d4b9165c675fefa561471406c6 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.4.0-0] - 2023-04-03
+
 ### Added
 
 - Add `LESS_BUSY` worker choice strategy.
index 06cdfe06128537c694d24d86b1489f8a1bf7e29b..f238641243a6f5b4264e667869efa5b0c5dd5068 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier",
-  "version": "2.3.10",
+  "version": "2.4.0-0",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
   "license": "MIT",
   "main": "./lib/index.js",
index f336eee716f36b78840ad9cb8ae1d902eb7c5670..6155e87774234fbcb794dfe9d25f4057d1c100f2 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.3.10
+sonar.projectVersion=2.4.0-0
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests