From: Jérôme Benoit Date: Wed, 12 Apr 2023 20:29:44 +0000 (+0200) Subject: chore: v2.4.8 X-Git-Tag: v2.4.8 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=95311547b3ec8a54b9e4303bdd3c2c32c9c1e893;p=poolifier.git chore: v2.4.8 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index ce8ccdc4..9ba7cb1b 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.8] - 2023-04-12 + ### Fixed - Fix message between main worker and worker type definition for tasks. diff --git a/package.json b/package.json index c477df5d..4100f8db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.4.7", + "version": "2.4.8", "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 dc048791..8d78baf9 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.7 +sonar.projectVersion=2.4.8 sonar.host.url=https://sonarcloud.io sonar.sources=src sonar.tests=tests