chore: v3.1.22 v3.1.22
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 15 Mar 2024 19:16:59 +0000 (20:16 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 15 Mar 2024 19:16:59 +0000 (20:16 +0100)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 0ee87abbf4f0e385484bbc870890962bf3802137..dc2f94a057468a69dc8ee599120bc2b2e350841e 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.22] - 2024-03-15
+
 ### Fixed
 
 - Fix pool event emitter registered callbacks removal at `destroy()`.
index 7fe55bc28c516bc756c95b723f393a286d5c1127..5d7d5f1631497bd74e33614d1f04881322f04e94 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.1.21",
+  "version": "3.1.22",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 61419bba0b03d16743753ebca432148535067f26..4bce410429ef08639c753355f8ffa7a1fa7873aa 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.21
+sonar.projectVersion=3.1.22
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index b442082daa0a44da299dab90119b8a0eb59ad5f5..b96ea8d679aa87851bf6943de0d6303304d7ae09 100644 (file)
@@ -1 +1 @@
-export const version = '3.1.21'
+export const version = '3.1.22'