chore: v2.6.41 v2.6.41
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 3 Sep 2023 14:52:39 +0000 (16:52 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 3 Sep 2023 14:52:39 +0000 (16:52 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index fed363d88a19a2a88ef7d32f8190dc57b3313ff2..69837d14cbd49b0cb081cd7c2e4fd086968fbc9a 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.41] - 2023-09-03
+
 ### Changed
 
 - Optimize worker choice strategies implementation.
index bb2eeeed800e273cd23f3e39c912573ece904cf9..0544b2dd87f4c9bd53e445c94500d269c1b73e92 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "2.6.40",
+  "version": "2.6.41",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index df723505e3e898147f15b91457932e820ca1546c..961eff08edab1819b89b4640676c9a194a6bad6a 100644 (file)
@@ -2,7 +2,7 @@ sonar.projectKey=pioardi_poolifier
 sonar.organization=pioardi
 sonar.javascript.lcov.reportPaths=coverage/lcov.info
 sonar.projectName=poolifier
-sonar.projectVersion=2.6.40
+sonar.projectVersion=2.6.41
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 6ae132f59b1cc5617ece7426e6c391b0d94bd074..13af8cc6e9927b78d39202f6122c99e55f2f0f92 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.40'
+export const version = '2.6.41'