chore: v2.4.2 v2.4.2
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 6 Apr 2023 14:04:59 +0000 (16:04 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 6 Apr 2023 14:04:59 +0000 (16:04 +0200)
CHANGELOG.md
package.json
sonar-project.properties

index df8b21748db1adfc47f03b6281bcc32c2fdc2cbc..e2c1bb68ec13f593fc9bcf64bbf860357f31440b 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.4.2] - 2023-04-06
+
 ### Added
 
 - Add `full` event to dynamic pool.
index d374d8dd9c139a8288b80d7e1e6c546ab0baa21a..d8df20c54f304d4560659726687b8f05fb0f4a0d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier",
-  "version": "2.4.1",
+  "version": "2.4.2",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
   "license": "MIT",
   "main": "./lib/index.js",
index 5b773d82b07d2ffeca52cc5adb7d307dacbdb033..94c725ee5b09dd8c5b8e9c7c883dc5c989d99601 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.1
+sonar.projectVersion=2.4.2
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests