From: Jérôme Benoit Date: Mon, 13 May 2024 20:04:08 +0000 (+0200) Subject: chore: v4.0.7 X-Git-Tag: v4.0.7^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=71ccb3ae4a6c834371a799746ed7802e8c98de4c;p=poolifier.git chore: v4.0.7 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index cd3ad011..d4bc1773 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.7] - 2024-05-13 + ### Changed - Add ELU statistics to pool information. diff --git a/jsr.json b/jsr.json index 2ec97918..f36e2be4 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.6", + "version": "4.0.7", "exports": "./src/index.ts", "publish": { "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"] diff --git a/package.json b/package.json index 0ab58cff..b7310fe6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "4.0.6", + "version": "4.0.7", "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 372d577b..6e2c772b 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.6 +sonar.projectVersion=4.0.7 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 83c31e1f..b28e5f0f 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '4.0.6' +export const version = '4.0.7'