chore: v3.0.9 v3.0.9
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 26 Nov 2023 11:16:36 +0000 (12:16 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 26 Nov 2023 11:16:36 +0000 (12:16 +0100)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index a9795487bcf20a72e1559d8cc5c79afbf42595ad..a17a4ed5a41e86ad3c90179a7f23130f2a96361a 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.0.9] - 2023-11-26
+
 ### Fixed
 
 - Remove all pool events listener at pool destroying.
index 1c138bc561e3b3ac01cfbcfcda6ba6e02e47e731..568a0f471adb87766aa8601aa8f920fb543328e5 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.0.8",
+  "version": "3.0.9",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index 0a5e990262d09928fc69d11916e44e20f32463f5..da87df35db42d8bc6b0b14a4a3a647408423b63f 100644 (file)
@@ -2,7 +2,7 @@ sonar.projectKey=poolifier_poolifier
 sonar.organization=poolifier
 sonar.javascript.lcov.reportPaths=./coverage/lcov.info
 sonar.projectName=poolifier
-sonar.projectVersion=3.0.8
+sonar.projectVersion=3.0.9
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index a750131f894cc150147f481ae6f9135919d10a0e..63705fc8ad531fb6ff518985dbb6b6e01dfe48ae 100644 (file)
@@ -1 +1 @@
-export const version = '3.0.8'
+export const version = '3.0.9'