chore: v2.6.26 v2.6.26
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 15 Aug 2023 15:32:54 +0000 (17:32 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 15 Aug 2023 15:32:54 +0000 (17:32 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 83e827088a6cb4c9185bc2e0681d738799284ba4..de0d866fc361a3a6c946db0b167f13e78a0e05ce 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.26] - 2023-08-15
+
 ### Added
 
 - Add kill handler to worker options allowing to execute custom code when worker is killed.
index 6046137c175863098414a52fd2a296dad57a8141..2a04ad113fc0bb94c275adc9be350575042abf78 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "2.6.25",
+  "version": "2.6.26",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index ce977015bb9cb35448fcc1b51fec99f4c3a2cddb..a3d45cc2b8424fcd3bc0ff167796dc8f01969d2a 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.25
+sonar.projectVersion=2.6.26
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 194ea622e7a6fa25b15c9d036bcf8a9f1997f395..f6bdd8df8e452fc2a9f32b00d2d28ff8d576b50b 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.25'
+export const version = '2.6.26'