chore: v2.4.13 v2.4.13
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 8 May 2023 12:06:14 +0000 (14:06 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 8 May 2023 12:06:14 +0000 (14:06 +0200)
CHANGELOG.md
package.json
sonar-project.properties

index 2d9e0818c363cc513ce44065e520b4cd6614d690..dfc87235ff925753d0e48e5369ffb875dd3711f2 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.4.13] - 2023-05-08
+
 ### Fixed
 
 - Fix worker choice strategy options validation.
index 4489fc78abaae704c51d53f361924f4d979bbc54..26a8b5d1a79b62e03139f19c5772135262d5ca26 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier",
-  "version": "2.4.12",
+  "version": "2.4.13",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
   "license": "MIT",
   "main": "./lib/index.js",
index a770bfb2c15cd90257ffd9d2ffd36b3c23330083..29f6b162ccc4ebb1c705ed54ba558412f03bd22d 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.12
+sonar.projectVersion=2.4.13
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests