From: Jérôme Benoit Date: Sun, 9 Jul 2023 22:47:22 +0000 (+0200) Subject: chore: v2.6.14 X-Git-Tag: v2.6.14^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=c4216735df38e44ec4f7aee04e18955adb919c3f;hp=87e44747b0b3f50f97b242e4fa1665b017ff0879;p=poolifier.git chore: v2.6.14 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index b2d3b811..fdda81a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 7f228787..037031d8 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/sonar-project.properties b/sonar-project.properties index 182f542a..b22bdcef 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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 diff --git a/src/pools/version.ts b/src/pools/version.ts index 63ec7367..f070b738 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '2.6.13' +export const version = '2.6.14'