chore: v3.0.8 v3.0.8
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 25 Nov 2023 14:13:54 +0000 (15:13 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 25 Nov 2023 14:13:54 +0000 (15:13 +0100)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index bb18720ddb35adb16648735667bf3bd6c5859dec..c7a27c609541350fca4acea30fec2b78653f8b6d 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.0.8] - 2023-11-25
+
 ### Fixed
 
 - Ensure continuous tasks stealing on idle start at worker node idling
index 6456f95ecee8bc6bcd5fcaecf48bb9946f9f5a2d..1c138bc561e3b3ac01cfbcfcda6ba6e02e47e731 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.0.7",
+  "version": "3.0.8",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index d3e3c2de29f83e098b0c13ce547d22f3e3c956fd..0a5e990262d09928fc69d11916e44e20f32463f5 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.7
+sonar.projectVersion=3.0.8
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index ac34b29f3b3f00f2c05c797cecd43b8e5a967121..a750131f894cc150147f481ae6f9135919d10a0e 100644 (file)
@@ -1 +1 @@
-export const version = '3.0.7'
+export const version = '3.0.8'