chore: v2.6.5 v2.6.5
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 27 Jun 2023 15:21:26 +0000 (17:21 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 27 Jun 2023 15:21:26 +0000 (17:21 +0200)
CHANGELOG.md
package.json
sonar-project.properties

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