From: Jérôme Benoit Date: Sun, 16 Jul 2023 16:42:33 +0000 (+0200) Subject: chore: v2.6.17 X-Git-Tag: v2.6.17 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=4ca22024b79a848b03f2fa5f4118f72e7b1846c7;p=poolifier.git chore: v2.6.17 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf1273b..63c639d9 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.17] - 2023-07-16 + ### Added - Add `listTaskFunctions()` method to worker class. diff --git a/package.json b/package.json index 08343436..746c67fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.6.16", + "version": "2.6.17", "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 bd7ac5ec..a959a249 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.16 +sonar.projectVersion=2.6.17 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 c97f3d12..bef86c74 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '2.6.16' +export const version = '2.6.17'