From: Jérôme Benoit Date: Mon, 19 Jun 2023 17:43:19 +0000 (+0200) Subject: chore: v2.6.3 X-Git-Tag: v2.6.3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e710b657465a20277ed08e7421bd3c7078306977;hp=c0eb19668d003c60eb90781a1c91f2743442ed83;p=poolifier.git chore: v2.6.3 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index f50ceeab..52aaa398 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.3] - 2023-06-19 + ### Fixed - Ensure no tasks are queued when trying to soft kill a dynamic worker. diff --git a/package.json b/package.json index 5380bb2a..c0d1479c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.6.2", + "version": "2.6.3", "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 f5b939c1..492b62a3 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.2 +sonar.projectVersion=2.6.3 sonar.host.url=https://sonarcloud.io sonar.sources=src sonar.tests=tests