chore: v2.6.17 v2.6.17
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 16 Jul 2023 16:42:33 +0000 (18:42 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 16 Jul 2023 16:42:33 +0000 (18:42 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index fdf1273b8cfb908473c1033a2cda33ed2a3ce032..63c639d90ccd43e37ba0a4a9ae849f9e0ec35005 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.17] - 2023-07-16
+
 ### Added
 
 - Add `listTaskFunctions()` method to worker class.
index 0834343618168e77eecdf5846313643d5a06ecae..746c67fe6c64c2bb2d3d13031e7e0fe0df3dfe94 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier",
-  "version": "2.6.16",
+  "version": "2.6.17",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
   "license": "MIT",
   "main": "./lib/index.js",
index bd7ac5ecc49e4c079ffae797d42da6fd6a1a7da1..a959a249264e5ee53621b67277b024c3281c2d37 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.16
+sonar.projectVersion=2.6.17
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index c97f3d1290629c8b001a5ad8b6134c5fa003b57c..bef86c74b3dc2a6b4c7b7bd6104aaf30432cbaae 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.16'
+export const version = '2.6.17'