chore: v2.4.0 v2.4.0
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 4 Apr 2023 16:51:13 +0000 (18:51 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 4 Apr 2023 16:51:13 +0000 (18:51 +0200)
CHANGELOG.md
package.json
sonar-project.properties

index 38457a2b6715c0473c92b0e56a43fbe3bc138924..0f32625e7009ecfa14291d54c377599c7276105d 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.4.0] - 2023-04-04
+
 ### Added
 
 - Add `LESS_BUSY` worker choice strategy.
index 12165d3c306abe7f11c528b0d1c57a396bfb2f32..f4eaa6e09c09f45dbe3cf9080bc9e206aa99025f 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier",
-  "version": "2.4.0-3",
+  "version": "2.4.0",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
   "license": "MIT",
   "main": "./lib/index.js",
index d1a7571fcec47da6b92dc243141ed4e9b7e6db1b..f4ed99d09f8c32e80953bcf122430572ee3e46e4 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.4.0-3
+sonar.projectVersion=2.4.0
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests