chore: v2.6.44 v2.6.44
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 8 Sep 2023 16:50:03 +0000 (18:50 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 8 Sep 2023 16:50:03 +0000 (18:50 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index ed878f0b80b06d1c2a579a821435d986fbe0d754..a787248b93c915179fac4ed4998f95511375d128 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.44] - 2023-09-08
+
 ### Fixed
 
 - Use a dedicated PAT to publish on GitHub packages registry.
index 6b3dd7f396b59921f66ac76cb98fdfe70434d148..275b66caa970e05f26b113930933a0b4e37e5653 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "2.6.43",
+  "version": "2.6.44",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index d079949314dae02fa0a8726f1d56d357357933d3..3cb34e38943baff3b28095dffc07a7665546b4ae 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.6.43
+sonar.projectVersion=2.6.44
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 36488aa132ab245158a0960d1fe845fc1af96772..72501f046f50923d64af6c3278bd5a7de745bf06 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.43'
+export const version = '2.6.44'