From: Jérôme Benoit Date: Sun, 11 Jun 2023 22:36:00 +0000 (+0200) Subject: chore: v2.6.2 X-Git-Tag: v2.6.2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9b93b1a92c06798f46d4fe47f45218caad4b74da;hp=aba8d9bd41f1bd46f3cc3863c0c2e74bdfacb7b6;p=poolifier.git chore: v2.6.2 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 1daa1ea2..581de285 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.2] - 2023-06-12 + ### Fixed - Fix new worker use after creation in dynamic pool given the current worker choice strategy. diff --git a/package.json b/package.json index 84c54592..a2b450ab 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/sonar-project.properties b/sonar-project.properties index fd121fb0..f5b939c1 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.1 +sonar.projectVersion=2.6.2 sonar.host.url=https://sonarcloud.io sonar.sources=src sonar.tests=tests