From: Jérôme Benoit Date: Tue, 27 Jun 2023 13:59:33 +0000 (+0200) Subject: chore: v2.6.4 X-Git-Tag: v2.6.4^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6426631b3c34367d39a21b0e7561cc2caae7ad9b;hp=632103ad20857429bc49583552f0be7347c74db7;p=poolifier.git chore: v2.6.4 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ecb871b..588487ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 664ae452..4fc6fe10 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/sonar-project.properties b/sonar-project.properties index 492b62a3..4d8fedf7 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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