From: Jérôme Benoit Date: Sat, 6 May 2023 21:29:30 +0000 (+0200) Subject: chore: v2.4.12 X-Git-Tag: v2.4.12 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=refs%2Ftags%2Fv2.4.12;p=poolifier.git chore: v2.4.12 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c56fd72..0e567704 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.12] - 2023-05-06 + ### Added - Support multiple task functions per worker. diff --git a/package.json b/package.json index db405209..cda33930 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.4.11", + "version": "2.4.12", "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 724e1758..a770bfb2 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.11 +sonar.projectVersion=2.4.12 sonar.host.url=https://sonarcloud.io sonar.sources=src sonar.tests=tests