chore: v3.0.7 v3.0.7
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 24 Nov 2023 21:11:39 +0000 (22:11 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 24 Nov 2023 21:11:39 +0000 (22:11 +0100)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 8afbdaa189c3bc2bd49b8bddd27fb42104221dde..49935144bd9349bc0e177271fc55586eb95e560e 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.0.7] - 2023-11-24
+
 ### Changed
 
 - Make continuous tasks stealing start at worker node idling.
index 9084d95fc0703e3bc7bad029ce90764eea279549..0a84229a53f508fd8e96b55faa4a235cbf3f58b2 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.0.6",
+  "version": "3.0.7",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index 34309698efba9a75b9913a58fa24222eb394cf25..d3e3c2de29f83e098b0c13ce547d22f3e3c956fd 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.6
+sonar.projectVersion=3.0.7
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 61159c2122828814a151c8d3ef416fb661266230..ac34b29f3b3f00f2c05c797cecd43b8e5a967121 100644 (file)
@@ -1 +1 @@
-export const version = '3.0.6'
+export const version = '3.0.7'