chore: v2.4.11 v2.4.11
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 23 Apr 2023 10:37:03 +0000 (12:37 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 23 Apr 2023 10:37:03 +0000 (12:37 +0200)
CHANGELOG.md
package.json
sonar-project.properties

index c09124a9798897b22334b5c0f1e533016465ccfa..631e2d66d1acbadfa75f06348b1c4995aa4b328b 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.4.11] - 2023-04-23
+
 ### Changed
 
 - Optimize free worker finding in worker choice strategies.
index f3eff42a9deea609227651b7cf226f79257e2f94..d35e0b6149a7536d3f7efad16aa88f703b9b6382 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier",
-  "version": "2.4.10",
+  "version": "2.4.11",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
   "license": "MIT",
   "main": "./lib/index.js",
index 0bdccaf1f8cdeb5bee56aaff47b505481590e1a5..724e175827d52b3bb3b94f1da98752d7fd6145a1 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.10
+sonar.projectVersion=2.4.11
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests