chore: v2.6.21 v2.6.21
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 3 Aug 2023 14:00:56 +0000 (16:00 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 3 Aug 2023 14:00:56 +0000 (16:00 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index eda54b4655b5e1b79a9a4db8563dce48e367a0c0..d30639cea44d0638f496605398e01d048bbbfaf9 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.21] - 2023-08-03
+
 ### Changed
 
 - Improve code documentation.
index 6b410c30ae8d54d9b40c4975865c2e948098275e..19618f73df9745c28e8f475dd40ff6cff54385d7 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier",
-  "version": "2.6.20",
+  "version": "2.6.21",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
   "license": "MIT",
   "main": "./lib/index.js",
index 517467ec1a906b879ef88aa8d03a9ac63f20b921..4fb8579b6b7d11bd505e0af35860bb0d1446cc6c 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.20
+sonar.projectVersion=2.6.21
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 60ae971273456ef780775586b0aa3e86c40916be..942110e8f14e184723a8cd2fb478a6dcdd63603f 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.20'
+export const version = '2.6.21'