chore: v2.6.34 v2.6.34
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 24 Aug 2023 09:40:08 +0000 (11:40 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 24 Aug 2023 09:40:08 +0000 (11:40 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 2b2a87416377aeaac5a3f089f8425dbd14133c8f..93289b8dce36a22b66dca782b2e391bac47df293 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.34] - 2023-08-24
+
 ### Fixes
 
 - Avoid cascading tasks stealing under back pressure.
index fb788b80359a99523c8b5206b74cc88875a7e42e..4542d49187eb4ead35ac472e671ded9a2a36c2b0 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "2.6.33",
+  "version": "2.6.34",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index f367be262f51bcd1d477698ef9f5b2a3f870c67e..b0322a0485eb71cf2cf19984dadfe5b81c347a7b 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.33
+sonar.projectVersion=2.6.34
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index bc7a7cd6f54b2acf9baf9df7a9c386c564ccd04c..9ff76ebafd91690b383e42fe5b806c625767acb7 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.33'
+export const version = '2.6.34'