chore: v2.6.15 v2.6.15
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 11 Jul 2023 18:09:39 +0000 (20:09 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 11 Jul 2023 18:09:39 +0000 (20:09 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 774ec5f2179143213b6b03ad0d42781bf5fe1f95..42e602065c8365ae9b4335f684ad27b0388dd8db 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.15] - 2023-07-11
+
 ### Added
 
 - Take into account worker node readiness in worker choice strategies.
index a7f0a12603e86c771c1801f45c666e086af7a7bf..5949921aafb40a8024ebd79f48199ac23cac3bc0 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier",
-  "version": "2.6.14",
+  "version": "2.6.15",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
   "license": "MIT",
   "main": "./lib/index.js",
index b22bdcef6b5add4be342532e2677a342e8561191..bd08a0a8a8dc6f8f86883945f14cb315ead50323 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.14
+sonar.projectVersion=2.6.15
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index f070b73881add93eb3c69d5cc84059a276718396..f5af0612c285923a2a58c8dba1f59fcd873bfd0e 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.14'
+export const version = '2.6.15'