chore: v2.4.1 v2.4.1
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 5 Apr 2023 12:10:44 +0000 (14:10 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 5 Apr 2023 12:10:44 +0000 (14:10 +0200)
CHANGELOG.md
package.json
sonar-project.properties

index bc047e439b2a857f80b30ded2260f21fb14add81..94ecf704f7e138aa6e90164b7ee16882957fcbb5 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.4.1] - 2023-04-05
+
 ### Changed
 
 - Optimize worker choice strategy for dynamic pool.
index 3209af0ce4c5d0c90cb641fdeece5e1f0584b9f2..7b0c1444c8d53f9e944148d73413f622d87df71d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier",
-  "version": "2.4.0",
+  "version": "2.4.1",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
   "license": "MIT",
   "main": "./lib/index.js",
index f4ed99d09f8c32e80953bcf122430572ee3e46e4..5b773d82b07d2ffeca52cc5adb7d307dacbdb033 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
+sonar.projectVersion=2.4.1
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests