chore: v2.6.10 v2.6.10
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 8 Jul 2023 21:24:47 +0000 (23:24 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 8 Jul 2023 21:24:47 +0000 (23:24 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index c4b412351413ca0e521c82a71395ca90eafcf54f..c6eca042a25aa0b3e13fa10dcb5b9d920118fd56 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.10] - 2023-07-08
+
 ### Fixed
 
 - Ensure workers are not recreated on error at pool startup.
index 2d97626730ca16515f4115b09467745fde4d534c..d375a6b0379dec84c3c55973250fa9dd12826bb9 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier",
-  "version": "2.6.9",
+  "version": "2.6.10",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
   "license": "MIT",
   "main": "./lib/index.js",
index 3cc431b8a220fd024e69789ed61c1bf26250eb48..b67a76c7a1551eba6874d46ae098a25164f6bf27 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.9
+sonar.projectVersion=2.6.10
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 055c3bc654909ec345b53f9b84b58b2d170c3cb3..075c7100c5c019dc2c7e2a9c8c108c4edbb87b83 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.9'
+export const version = '2.6.10'