chore: v2.6.9
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 7 Jul 2023 06:41:09 +0000 (08:41 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 7 Jul 2023 06:41:09 +0000 (08:41 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 1863751c248ab9b9149ccc203ae4d028773d2ef9..bdfa3268f2414fb122f9c2dedacc8be95dbfa3fb 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.9] - 2023-07-07
+
 ### Fixed
 
 - Recreate the right worker type on uncaught exception.
index 27d0f6cce5fb50cfae6cdfead4e7cfbf2bfd44dd..0298af7b7afdfb786e70c00d35f5bdb248e82e3c 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier",
-  "version": "2.6.8",
+  "version": "2.6.9",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
   "license": "MIT",
   "main": "./lib/index.js",
index 9cfe38d4f736f6649a5f4b69d33d07070ac1bb34..3cc431b8a220fd024e69789ed61c1bf26250eb48 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.8
+sonar.projectVersion=2.6.9
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index c7e075025b40287407aae52571104276c228f182..055c3bc654909ec345b53f9b84b58b2d170c3cb3 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.8'
+export const version = '2.6.9'