chore: v2.6.39 v2.6.39
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 30 Aug 2023 19:34:56 +0000 (21:34 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 30 Aug 2023 19:34:56 +0000 (21:34 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 5af285cdab7fc366765b1ab378280003f6964c31..11551dcc9b8a6c134e8de77610c167f447a59f16 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.39] - 2023-08-30
+
 ### Fixed
 
 - Fix race condition in worker choice strategies at worker node info querying while not yet initialized .
index 544858f471af9f1de2f7a6ec255f3952632691c6..d776fa1150e4ce440976a87a3c4194e198ab3602 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "2.6.38",
+  "version": "2.6.39",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index f961f3e42dab4d7e9ba98ebb963123e152ab0c3e..c719d64e3fbdab0546f79874ae750a956ec3db83 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.38
+sonar.projectVersion=2.6.39
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 7d00f096738c70e2f45b592c66a12c23be54d72c..8ead9b0e6c32f8060cab943f32d506b4a364c185 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.38'
+export const version = '2.6.39'