From: Jérôme Benoit Date: Wed, 30 Aug 2023 19:34:56 +0000 (+0200) Subject: chore: v2.6.39 X-Git-Tag: v2.6.39^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=766c7f846cc9434f852e4d02cc33bea37d312219;p=poolifier.git chore: v2.6.39 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 5af285cd..11551dcc 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.39] - 2023-08-30 + ### Fixed - Fix race condition in worker choice strategies at worker node info querying while not yet initialized . diff --git a/package.json b/package.json index 544858f4..d776fa11 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "2.6.38", + "version": "2.6.39", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "main": "./lib/index.js", diff --git a/sonar-project.properties b/sonar-project.properties index f961f3e4..c719d64e 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.38 +sonar.projectVersion=2.6.39 sonar.host.url=https://sonarcloud.io sonar.sources=src sonar.tests=tests diff --git a/src/pools/version.ts b/src/pools/version.ts index 7d00f096..8ead9b0e 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '2.6.38' +export const version = '2.6.39'