From: Jérôme Benoit Date: Sun, 3 Sep 2023 14:52:39 +0000 (+0200) Subject: chore: v2.6.41 X-Git-Tag: v2.6.41^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=1b37751debba7bb1e6459cc3a3e0d467e039d15b;p=poolifier.git chore: v2.6.41 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index fed363d8..69837d14 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.41] - 2023-09-03 + ### Changed - Optimize worker choice strategies implementation. diff --git a/package.json b/package.json index bb2eeeed..0544b2dd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "2.6.40", + "version": "2.6.41", "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 df723505..961eff08 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.40 +sonar.projectVersion=2.6.41 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 6ae132f5..13af8cc6 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '2.6.40' +export const version = '2.6.41'