chore: v2.6.2 v2.6.2
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 11 Jun 2023 22:36:00 +0000 (00:36 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 11 Jun 2023 22:36:00 +0000 (00:36 +0200)
CHANGELOG.md
package.json
sonar-project.properties

index 1daa1ea26b4ae0ae5cb374c759868b850d9f872d..581de285b619f035458add3d1f2cb256ab0368f0 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.2] - 2023-06-12
+
 ### Fixed
 
 - Fix new worker use after creation in dynamic pool given the current worker choice strategy.
index 84c54592ac5ac14613e36411eb4c7b70bcd9723e..a2b450aba2edc645902b4a0dd23fe081bc72ff51 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier",
-  "version": "2.6.1",
+  "version": "2.6.2",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
   "license": "MIT",
   "main": "./lib/index.js",
index fd121fb05fecc1d3e51cbf8fc483cabaff884c07..f5b939c1b809df9f95aa1b5c69f3ff584b58557d 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.1
+sonar.projectVersion=2.6.2
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests