From: Jérôme Benoit Date: Thu, 3 Aug 2023 14:00:56 +0000 (+0200) Subject: chore: v2.6.21 X-Git-Tag: v2.6.21^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d9647bdd551f7c8caee2649cba434e1f6df94cf9;p=poolifier.git chore: v2.6.21 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index eda54b46..d30639ce 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.21] - 2023-08-03 + ### Changed - Improve code documentation. diff --git a/package.json b/package.json index 6b410c30..19618f73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.6.20", + "version": "2.6.21", "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", "license": "MIT", "main": "./lib/index.js", diff --git a/sonar-project.properties b/sonar-project.properties index 517467ec..4fb8579b 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.20 +sonar.projectVersion=2.6.21 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 60ae9712..942110e8 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '2.6.20' +export const version = '2.6.21'