From: Jérôme Benoit Date: Mon, 1 Jan 2024 10:50:21 +0000 (+0100) Subject: chore: v3.1.14 X-Git-Tag: v3.1.14^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=56412ef4b887d47dff2eb81205686174f3a860aa;p=poolifier.git chore: v3.1.14 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index ca04a2e1..92721b1f 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] +## [3.1.14] - 2024-01-01 + ### Fixed - Properly handle dynamic pool with zero minimum size. diff --git a/package.json b/package.json index 37157026..f2639513 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "3.1.13", + "version": "3.1.14", "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 5fe4ef6b..1d132803 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=3.1.13 +sonar.projectVersion=3.1.14 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 b079c38d..dd2679f7 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '3.1.13' +export const version = '3.1.14'