From: Jérôme Benoit Date: Tue, 9 May 2023 12:41:10 +0000 (+0200) Subject: chore: v2.4.14 X-Git-Tag: v2.4.14^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=570efb111afeb2a26b632d9915f751d5eca38cc0;p=poolifier.git chore: v2.4.14 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index d8d20469..f5c05bb1 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.4.14] - 2023-05-09 + ### Fixed - Ensure no undefined task runtime can land in the tasks history. diff --git a/package.json b/package.json index 438c8798..3165783d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.4.13", + "version": "2.4.14", "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 29f6b162..5d608260 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.4.13 +sonar.projectVersion=2.4.14 sonar.host.url=https://sonarcloud.io sonar.sources=src sonar.tests=tests