chore: v2.6.14
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 9 Jul 2023 22:49:57 +0000 (00:49 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 9 Jul 2023 22:49:57 +0000 (00:49 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index b2d3b81106d5a9ad712bbf738cb04ff853a36131..fdda81a5885f18f9e7825090695159a27d277693 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.14] - 2023-07-10
+
 ### Fixed
 
 - Fix task function statistics tracking.
index 7f228787313b33754c5c56fd47814e6cf58236de..037031d88f22f0c570af7f79280caf3180fc6535 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier",
-  "version": "2.6.13",
+  "version": "2.6.14",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
   "license": "MIT",
   "main": "./lib/index.js",
index 182f542aa4b8827cfef9040f502afc7671ce4351..b22bdcef6b5add4be342532e2677a342e8561191 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.13
+sonar.projectVersion=2.6.14
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 63ec73673ccb9b4694dc128debb9f60c963c21a3..f070b73881add93eb3c69d5cc84059a276718396 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.13'
+export const version = '2.6.14'