chore: v2.4.8 v2.4.8
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 12 Apr 2023 20:29:44 +0000 (22:29 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 12 Apr 2023 20:29:44 +0000 (22:29 +0200)
CHANGELOG.md
package.json
sonar-project.properties

index ce8ccdc41c95af61b7314a2914ef46d166d67674..9ba7cb1b2ea379ac8baf25c252149efdca9be63a 100644 (file)
@@ -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.
index c477df5db0881efeee3162a7bf7e924f5bdfdb60..4100f8db62eaa92b4b9223d7598c5f7887c532ed 100644 (file)
@@ -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",
index dc048791514b0e92143e0ab8eaccd2d67729f8ea..8d78baf9e0653bba56bbe2a7b3301e32604c77fa 100644 (file)
@@ -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