From: Jérôme Benoit Date: Thu, 2 May 2024 11:59:28 +0000 (+0200) Subject: chore: v4.0.1 X-Git-Tag: v4.0.1^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=840d17551c284ee8639e18de5c359be5118290bd;p=poolifier.git chore: v4.0.1 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 27bbb987..53632f35 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] +## [4.0.1] - 2024-05-02 + ### Fixed - Ensure dynamic worker node are initialized with sensible worker node usage default values to avoid worker choice strategies biased decisions. diff --git a/jsr.json b/jsr.json index dd410e67..1b2cce8c 100644 --- a/jsr.json +++ b/jsr.json @@ -1,7 +1,7 @@ { "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@poolifier/poolifier", - "version": "4.0.0", + "version": "4.0.1", "exports": "./src/index.ts", "publish": { "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"] diff --git a/package.json b/package.json index c893eac1..b031384f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "4.0.0", + "version": "4.0.1", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "type": "module", diff --git a/sonar-project.properties b/sonar-project.properties index b03ec371..a6833229 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=poolifier sonar.javascript.exclusions=lib/**/*.mjs sonar.javascript.lcov.reportPaths=coverage/lcov.info sonar.projectName=poolifier -sonar.projectVersion=4.0.0 +sonar.projectVersion=4.0.1 sonar.host.url=https://sonarcloud.io #sonar.sources=src sonar.sources=lib diff --git a/src/pools/version.ts b/src/pools/version.ts index 91acebf8..270a9db9 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '4.0.0' +export const version = '4.0.1'