From: Jérôme Benoit Date: Fri, 18 Aug 2023 21:15:18 +0000 (+0200) Subject: chore: v2.6.29 X-Git-Tag: v2.6.29 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=refs%2Ftags%2Fv2.6.29;p=poolifier.git chore: v2.6.29 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e013050..bc0afc7a 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.29] - 2023-08-18 + ### Fixed - Fix race condition between ready and task functions worker message handling at startup. diff --git a/package.json b/package.json index 781340f7..7917ce0b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "2.6.28", + "version": "2.6.29", "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 658deb58..9cece12e 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.28 +sonar.projectVersion=2.6.29 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 2c91019a..afdcff21 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '2.6.28' +export const version = '2.6.29'