chore: v2.6.4 v2.6.4
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 27 Jun 2023 13:59:33 +0000 (15:59 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 27 Jun 2023 13:59:33 +0000 (15:59 +0200)
CHANGELOG.md
package.json
sonar-project.properties

index 7ecb871bcb5397024dee1c67ab38da6936bc5a4d..588487ba602fb03764609ebe676cf77369936d8f 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.4] - 2023-06-27
+
 ### Known issues
 
 - Cluster pools tasks execution are not working: https://github.com/poolifier/poolifier/issues/782
index 664ae4527ac0b0604595d80de06c256c656cc98d..4fc6fe10ea55d815f2faa8695b5244ef12b27045 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier",
-  "version": "2.6.3",
+  "version": "2.6.4",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
   "license": "MIT",
   "main": "./lib/index.js",
index 492b62a37fc337f30065267091dd463615694886..4d8fedf7678f6d830e3877a150abdb8e40b645c6 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.3
+sonar.projectVersion=2.6.4
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests