chore: v3.1.20 v3.1.20
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 11 Feb 2024 16:01:45 +0000 (17:01 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 11 Feb 2024 16:01:45 +0000 (17:01 +0100)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 36a6bc5011810d3a8c935225294e06cea110de04..002a88336b278c35152c52e6884053452349c3a1 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.20] - 2024-02-11
+
 ### Fixed
 
 - Ensure `worker_threads` workers are unreferenced at termination.
index a557f4723e3d6abb0d5c846dfc7f4c06ac477961..b85feea05bdf31ae936af96cc561419379f463cd 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.1.19",
+  "version": "3.1.20",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 9f0ad9fc91b4dbb61a3c5dd75b7bac006fadee19..1a894a7a8cefea02b150aa3d4256da4fd784ef07 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.19
+sonar.projectVersion=3.1.20
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index 6406e9f0adf6b74d797f412dae08bd307fe8f818..920af38efbafed3a0cf06cdc2d3da2191f65df43 100644 (file)
@@ -1 +1 @@
-export const version = '3.1.19'
+export const version = '3.1.20'