chore: v3.1.18 v3.1.18
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 6 Jan 2024 09:28:49 +0000 (10:28 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 6 Jan 2024 09:28:49 +0000 (10:28 +0100)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 38099740aa369ef53693cea7a0775d4c7cf9a0e6..bd45199714fc4ae9c100fb05850daedbc653fa0a 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.18] - 2024-01-06
+
 ### Fixed
 
 - Fix dynamic pool with minimum number of workers set to zero: [#1748](https://github.com/poolifier/poolifier/issues/1748).
index 457885fd4ee8bd865dbdb970b6e5ca0efa7773d8..dda07e46085542db7ab23f4a1880c40bed2d7f40 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.1.17",
+  "version": "3.1.18",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 2bf86fd223e57dac8725c1c19b5ad601e604f480..6d4ef0fa6436024948a6e3fd9011f6ecbc18a8b0 100644 (file)
@@ -3,7 +3,7 @@ sonar.organization=poolifier
 sonar.javascript.exclusions=lib/**/*.mjs
 sonar.javascript.lcov.reportPaths=coverage/lcov.info
 sonar.projectName=poolifier
-sonar.projectVersion=3.1.17
+sonar.projectVersion=3.1.18
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index 8cb4a75d66785d04084d2263b3b479e79440d26d..9190d67b3ed502b4128cec857735e56d483c4eee 100644 (file)
@@ -1 +1 @@
-export const version = '3.1.17'
+export const version = '3.1.18'