chore: v2.5.4 v2.5.4
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 7 Jun 2023 19:19:18 +0000 (21:19 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 7 Jun 2023 19:19:18 +0000 (21:19 +0200)
CHANGELOG.md
package.json
sonar-project.properties

index 33593d1ca79c2df3f627fa90b629c0766961d9a8..fd67064c91d056e6ca45a8b11a892875266636a9 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.5.4] - 2023-06-07
+
 ### Added
 
 - Add Event Loop Utilization (ELU) statistics to worker tasks usage.
index d347f7d384a9455579ea1c12f2524ac39fc8467b..f439a7ac7d920f313fab94950347e494369db8d8 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier",
-  "version": "2.5.3",
+  "version": "2.5.4",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
   "license": "MIT",
   "main": "./lib/index.js",
index c4ffd93e1ea2dec2270792ad905234e43cd91476..96f71faf22b5441e26425d7f413f84149f6bc7ba 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.5.3
+sonar.projectVersion=2.5.4
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests