From: Jérôme Benoit Date: Fri, 7 Apr 2023 21:30:08 +0000 (+0200) Subject: chore: v2.4.4 X-Git-Tag: v2.4.4 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9eae7f2bf8939eaa61474e358835c1b2f13a754c;p=poolifier.git chore: v2.4.4 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 97c416b3..3f6c35e1 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.4] - 2023-04-07 + ### Added - Add `PoolEvents` enumeration and `PoolEvent` type. diff --git a/package.json b/package.json index d7befe0a..0f0c77d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.4.3", + "version": "2.4.4", "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 5e71007c..5c1123df 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.3 +sonar.projectVersion=2.4.4 sonar.host.url=https://sonarcloud.io sonar.sources=src sonar.tests=tests