chore: v3.1.21 v3.1.21
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 22 Feb 2024 20:28:38 +0000 (21:28 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 22 Feb 2024 20:28:38 +0000 (21:28 +0100)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 894f7c63357664da8ae35eaf51399fe0170a74e2..7f1610253a7db9d839dd9d425d9081590669346f 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.21] - 2024-02-22
+
 ### Fixed
 
 - Fix null exception regression: [#1496](https://github.com/poolifier/poolifier/issues/1496).
index 72ff3407b10c140b1fd72e9e173e2219b840a51d..9d2e77154addeba341ebe2facc7892daba04a21b 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.1.20",
+  "version": "3.1.21",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 1a894a7a8cefea02b150aa3d4256da4fd784ef07..61419bba0b03d16743753ebca432148535067f26 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.20
+sonar.projectVersion=3.1.21
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index 920af38efbafed3a0cf06cdc2d3da2191f65df43..b442082daa0a44da299dab90119b8a0eb59ad5f5 100644 (file)
@@ -1 +1 @@
-export const version = '3.1.20'
+export const version = '3.1.21'