chore: v2.6.35 v2.6.35
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 25 Aug 2023 18:53:01 +0000 (20:53 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 25 Aug 2023 18:53:01 +0000 (20:53 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 653c06a1211332991b1370b1644e4f74c0eeae04..020b4b6194a04cad3e056ed90e386570f4224a7e 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.35] - 2023-08-25
+
 ### Fixed
 
 - Don't account worker usage statistics for tasks that have failed.
index 1d15968a798976ff720987cc6c142f08373f2980..38d6aed9b5998692d073a7fff177b4d69b103da2 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "2.6.34",
+  "version": "2.6.35",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index b0322a0485eb71cf2cf19984dadfe5b81c347a7b..d5e96a9d22bb0d467aea0667dd6d0bbcc3bd7764 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.34
+sonar.projectVersion=2.6.35
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 9ff76ebafd91690b383e42fe5b806c625767acb7..aa5a1b0c6b44a326959bad2d952a93a1fc8017fb 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.34'
+export const version = '2.6.35'