chore: v2.6.25 v2.6.25
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 13 Aug 2023 20:13:38 +0000 (22:13 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 13 Aug 2023 20:13:38 +0000 (22:13 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 9bb8890c79917919892e89c03dc9d5f3e1ec1f8b..7eb01555af1518cfd5a6748677ee763228232c29 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.25] - 2023-08-13
+
 ### Added
 
 - HTTP server pool examples: fastify-cluster, fastify-hybrid.
index 804cba49333698a37a896bf6e8c13be5c4dd3aa7..dba4df870720d1b9b7b8a73645fd07f576ea6ca5 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "2.6.24",
+  "version": "2.6.25",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index d4eb996b3303ad2818764e4f888fb40c9eecbf67..ce977015bb9cb35448fcc1b51fec99f4c3a2cddb 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.24
+sonar.projectVersion=2.6.25
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 2c152598f733efe977393a9fde05744aea25fa5a..194ea622e7a6fa25b15c9d036bcf8a9f1997f395 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.24'
+export const version = '2.6.25'