chore: v2.4.3 v2.4.3
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 7 Apr 2023 14:39:50 +0000 (16:39 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 7 Apr 2023 14:39:50 +0000 (16:39 +0200)
CHANGELOG.md
package.json
sonar-project.properties

index 253b1cbde6aff1d0de64003678b2346407695611..04e7ae0eec5697fc6c67420c3e97666c4f03917e 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.4.3] - 2023-04-07
+
 ### Fixed
 
 - Fix typedoc generation with inheritance.
index d8df20c54f304d4560659726687b8f05fb0f4a0d..b70de08311f7e87f5dca9aeb7b7c1d1b7a7ee846 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier",
-  "version": "2.4.2",
+  "version": "2.4.3",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
   "license": "MIT",
   "main": "./lib/index.js",
index 94c725ee5b09dd8c5b8e9c7c883dc5c989d99601..5e71007c42798c101a734a5e4cb8d34d1d3e5a4b 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.2
+sonar.projectVersion=2.4.3
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests